Browse Source

state.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
eb93ef6191
  1. 2
      src/state.cpp

2
src/state.cpp

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