From bbec07ab3de333649d14a64fa01f7e8ad6d56c58 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 20:14:53 +0200 Subject: Added naive enemy This reminds me ECS a bit too much but I don't think I want to implement one right now... --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c22511..b3083f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,9 +12,11 @@ find_package(raylib 3 REQUIRED) add_executable( ${PROJECT_NAME} ConstantVelocity.cpp + Enemy.cpp ExampleGenerator.cpp Game.cpp GameScreen.cpp + Generator.cpp KeyboardController.cpp main.cpp Player.cpp -- cgit v1.1