summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-09-25 09:43:30 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-09-25 12:58:53 -0400
commit086fa2fa5fb8fe1ead980e136ce4aa5193b507a9 (patch)
tree7a0637d498326c5987e17edc645e52efbd01f2e7 /src/game.hpp
parent65043c16755a2121be38a307eb53eb94803c65ed (diff)
read and load custom file type
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.hpp b/src/game.hpp
index ec0ba3e..8e2cfaf 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -11,6 +11,7 @@
#include "event.hpp"
#include "helpers.hpp"
#include "imgui.h"
+#include "memory.hpp"
#include "window.hpp"
using GameTimeDuration = std::chrono::duration<int64_t, std::nano>;