summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-09-01 10:10:51 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-09-06 17:24:27 -0400
commitb9f90793c8c0468d5f35d7af976a6e3bcd206aad (patch)
treebff30852d5bb594c7ad84c5f7f3d5a385e18fc4a /src/window.hpp
parent092e287ba5669f6ed40b721c0bdf2450dae95af8 (diff)
add first graphics binding component
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 6dc690b..05a5ae9 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -7,6 +7,7 @@
#include "event.hpp"
#include "imgui.h"
#include "memory.hpp"
+#include "ecs.hpp"
#include <cstring>
#include <cstdio>