Browse Source

state.cpp

toml4
Antonio SJ Musumeci 8 months ago
parent
commit
827eac2ae2
  1. 2
      src/state.cpp

2
src/state.cpp

@ -8,5 +8,5 @@ State state;
State::State() State::State()
{ {
create = std::make_unique<Func2::CreateFF>();
_create = std::make_unique<Func2::CreateFF>();
} }
Loading…
Cancel
Save