Browse Source

state.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
d7d0be6b78
  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>();
auto f = std::make_unique<Func2::CreateFF>();
} }
Loading…
Cancel
Save