From 9869198db38f5e58c641f68a400e9a5001d44b97 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 00:27:59 -0600 Subject: [PATCH] state.cpp --- src/state.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/state.cpp b/src/state.cpp index 6c22995e..8198be35 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -1,9 +1,11 @@ #include "state.hpp" +#include "make_unique.hpp" + State state; State::State() { - + create = }