diff options
Diffstat (limited to 'game')
| -rw-r--r-- | game/CMakeLists.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/game/CMakeLists.txt b/game/CMakeLists.txt index 937b5e6..c3a2d52 100644 --- a/game/CMakeLists.txt +++ b/game/CMakeLists.txt @@ -16,8 +16,8 @@ add_executable(main  	GameScene.cpp  	background/HallwaySubScene.cpp  	MoveCameraManualyScript.cpp -	PlayerScript.cpp -	PlayerSubScene.cpp +	player/PlayerScript.cpp +	player/PlayerSubScene.cpp  	StartGameScript.cpp  	background/StartSubScene.cpp  	main.cpp |