From b9f90793c8c0468d5f35d7af976a6e3bcd206aad Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 1 Sep 2023 10:10:51 -0400 Subject: add first graphics binding component --- src/window.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/window.hpp') 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 #include -- cgit v1.2.3