From 086fa2fa5fb8fe1ead980e136ce4aa5193b507a9 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 25 Sep 2023 09:43:30 -0400 Subject: read and load custom file type --- src/game.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.hpp') 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; -- cgit v1.2.3