From 016d1cdf036039792f50e1ed0431386c7b9e93d7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 13 Mar 2022 13:21:17 -0400 Subject: refactored game code into the game class (for titles / multiple games) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 360d4a2..5f07e97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,7 @@ add_executable(Ether src/renderer.cpp src/muxer.cpp src/animation.cpp + src/game.cpp vendor/fov.c ) -- cgit 1.4.1