From 8209bbaf2a046199b9c65438fb4454ce01b42500 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 10:25:21 +0200 Subject: Exported player to own class --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ca18f6..8867e78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ add_executable( Game.cpp GameScreen.cpp main.cpp + Player.cpp TitleScreen.cpp ) target_link_libraries(${PROJECT_NAME} raylib) -- cgit v1.1