Browse Source

state.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
7689dbe9c3
  1. 2
      src/state.cpp

2
src/state.cpp

@ -9,4 +9,6 @@ State state;
State::State() State::State()
{ {
auto f = std::make_unique<Func2::CreateFF>(); auto f = std::make_unique<Func2::CreateFF>();
create = f;
} }
Loading…
Cancel
Save