diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-28 14:42:02 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-28 14:42:02 -0500 |
| commit | 6d9bea3e71137a94ba64fd0b5661d341304b2dc1 (patch) | |
| tree | e7b67115a7b5cb6358dc961e63d5e16be20cd99d /CMakeLists.txt | |
| parent | 662e13106e2f726e47d09dc66c01d9449eceb623 (diff) | |
refactor core game loop out of main.cpp and into game.cpp
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
