From 5f0c15b2d3299ea210a78d54e9b10c3cb4266139 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 19 Apr 2022 23:48:20 +0200 Subject: Created factory to handle enemy creation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d81491..f4c3228 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,7 @@ add_executable( ${PROJECT_NAME} ConstantVelocity.cpp Enemy.cpp + EnemyFactory.cpp ExampleGenerator.cpp Falling.cpp FallingAndOscillating.cpp @@ -25,7 +26,6 @@ add_executable( main.cpp Oscillating.cpp Player.cpp - Static.cpp TestStage.cpp TitleScreen.cpp ) -- cgit v1.1