state.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-25 20:16:55 -06:00
parent 86d5fe31fa
commit 3198258f4a

View File

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