From 804e71083e4df85c4f0692553de3084f0ed4cd9a Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 22 Apr 2022 01:11:24 +0200 Subject: Added Stats for lifes points and other kind of gameplay state --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 42eccd4..176b3f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,7 @@ add_executable( main.cpp Oscillating.cpp Player.cpp + Stats.cpp TestStage.cpp TitleScreen.cpp WaveGenerator.cpp -- cgit v1.1