From 6d9bea3e71137a94ba64fd0b5661d341304b2dc1 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 28 Nov 2023 14:42:02 -0500 Subject: refactor core game loop out of main.cpp and into game.cpp --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index eb275ea..cf7d3e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ set(PKE_SOURCE_FILES src/vendor/stb_image_include.cpp src/window.hpp src/window.cpp + src/window-types.hpp ) include(FetchContent) -- cgit v1.2.3