From 9372b51357e6179935339691f36e811b84934e8b Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 30 Aug 2023 22:00:54 -0400 Subject: first pass add events --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e90552d..5a1851a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,8 @@ set(PKE_SOURCE_FILES src/macros.hpp src/ecs.hpp src/ecs.cpp + src/event.hpp + src/event.cpp src/game.hpp src/game.cpp src/memory.hpp -- cgit v1.2.3