From 2773854a3e749512826fa8b71b77e754be79836f Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 11:05:24 +0200 Subject: Renamed bullets header to simply ConstantVelocity --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8867e78..32c3787 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ endif() find_package(raylib 3 REQUIRED) add_executable( ${PROJECT_NAME} - Bullets.cpp + ConstantVelocity.cpp ExampleGenerator.cpp Game.cpp GameScreen.cpp -- cgit v1.1