diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-12-19 11:13:31 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-12-19 11:13:31 +0100 |
commit | edd5fd83f4a5337ba06955bd59a136f7eb699234 (patch) | |
tree | 34df11d1c15816840a0542e3789d7c7eae92fdd4 /src/example/CMakeLists.txt | |
parent | 067aa2536f9f43d07e22696c618258a26ae928b3 (diff) |
Moved ForestParallaxScript to seperate file
Diffstat (limited to 'src/example/CMakeLists.txt')
-rw-r--r-- | src/example/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/example/CMakeLists.txt b/src/example/CMakeLists.txt index f1d165a..cd7407f 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -2,6 +2,7 @@ set(GAME_HEADERS AquariumSubScene.h BackgroundSubScene.h ForestSubScene.h + ForestParallaxScript.h HallwaySubScene.h StartSubScene.h GameScene.h @@ -14,6 +15,7 @@ set(GAME_SOURCES AquariumSubScene.cpp BackgroundSubScene.cpp ForestSubScene.cpp + ForestParallaxScript.cpp HallwaySubScene.cpp StartSubScene.cpp GameScene.cpp |