Browse Source

state.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
3198258f4a
  1. 5
      src/state.cpp

5
src/state.cpp

@ -1,3 +1,8 @@
#include "state.hpp" #include "state.hpp"
State state; State state;
State::State()
{
}
Loading…
Cancel
Save