migrat jail_audio a un .hpp (segur que ja no funciona res)

This commit is contained in:
2025-11-17 12:27:58 +01:00
parent 6827512025
commit 21a495e40a
11 changed files with 583 additions and 1065 deletions

View File

@@ -109,19 +109,15 @@ APP_SOURCES := \
source/game/scenes/credits.cpp \
source/game/ui/notifier.cpp \
source/utils/utils.cpp \
source/utils/delta_timer.cpp \
source/external/jail_audio.cpp
# yaml-cpp library sources
YAML_CPP_SOURCES := $(wildcard source/external/yaml-cpp/src/*.cpp)
source/utils/delta_timer.cpp
# All sources combined
ALL_SOURCES := $(APP_SOURCES) $(YAML_CPP_SOURCES)
ALL_SOURCES := $(APP_SOURCES)
# ==============================================================================
# INCLUDES
# ==============================================================================
INCLUDES := -Isource -Isource/external/yaml-cpp/include
INCLUDES := -Isource
# ==============================================================================
# COMPILER FLAGS (OS-specific)