From 3198258f4a802e8f1effea3bdc8aa78f551a2f63 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 25 Jan 2024 20:16:55 -0600 Subject: [PATCH] state.cpp --- src/state.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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() +{ + +}