summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-10-10 15:15:12 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-10-10 15:15:12 -0400
commit41fd38a7d7300f33319b36db2df917d0cc4e9000 (patch)
treee3934ad4cd227e80bba34ae500ab7689a16f27d7 /src/game.hpp
parentf872f6b0f27401804e51e7ddbccf680aba8d535e (diff)
Add imgui debug menu with option to toggle debug wireframes
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.hpp b/src/game.hpp
index 69b916c..17662e8 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -10,7 +10,6 @@
#include "entities.hpp"
#include "event.hpp"
#include "helpers.hpp"
-#include "imgui.h"
#include "memory.hpp"
#include "window.hpp"