From c327662bd3088189d236bc24916fd951b9f642ee Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 25 Jan 2024 19:46:24 -0600 Subject: [PATCH] state.cpp --- src/state.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state.cpp b/src/state.cpp index 69fd28e6..d4040f4b 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -1,2 +1,3 @@ #include "state.hpp" +State state;