From 162ab6e923cf0c065449cfc248102b5b92fac8a7 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 17 Apr 2022 15:04:55 +0200 Subject: Separated bullet generator into class and created system for bullets --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e550575..0ca18f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,7 @@ find_package(raylib 3 REQUIRED) add_executable( ${PROJECT_NAME} Bullets.cpp + ExampleGenerator.cpp Game.cpp GameScreen.cpp main.cpp -- cgit v1.1