From 2f278d36afd79efafaa5ed08ef123789b5563680 Mon Sep 17 00:00:00 2001 From: Max-001 Date: Mon, 6 Jan 2025 15:52:40 +0100 Subject: Added footstep sound --- game/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'game/CMakeLists.txt') diff --git a/game/CMakeLists.txt b/game/CMakeLists.txt index 8e3692b..0b85b96 100644 --- a/game/CMakeLists.txt +++ b/game/CMakeLists.txt @@ -20,6 +20,7 @@ add_executable(main player/PlayerSubScene.cpp StartGameScript.cpp player/PlayerEndScript.cpp + player/PlayerAudioScript.cpp background/StartSubScene.cpp main.cpp ) -- cgit v1.2.3