From 41fd38a7d7300f33319b36db2df917d0cc4e9000 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 10 Oct 2023 15:15:12 -0400 Subject: Add imgui debug menu with option to toggle debug wireframes --- src/game.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game.hpp') 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" -- cgit v1.2.3