diff --git a/src/state.cpp b/src/state.cpp index d4040f4b..9061073a 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -1,3 +1,8 @@ #include "state.hpp" State state; + +State::State() +{ + +}