Browse Source

state.cpp

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

2
src/state.cpp

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