mes granera

This commit is contained in:
2026-04-04 12:44:45 +02:00
parent 9e0ab87c76
commit 08ba88ec05
37 changed files with 115 additions and 104 deletions

View File

@@ -12,23 +12,28 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# --- LISTA EXPLÍCITA DE FUENTES ---
set(APP_SOURCES
# Core - Motor "Jail"
source/core/jail_audio.cpp
source/core/jdraw8.cpp
source/core/jfile.cpp
source/core/jgame.cpp
source/core/jinput.cpp
source/core/jshader.cpp
# Game
source/game/bola.cpp
source/game/engendro.cpp
source/game/info.cpp
source/game/mapa.cpp
source/game/marcador.cpp
source/game/modulegame.cpp
source/game/modulesequence.cpp
source/game/momia.cpp
source/game/prota.cpp
source/game/sprite.cpp
# Main
source/main.cpp
source/bola.cpp
source/engendro.cpp
source/info.cpp
source/jail_audio.cpp
source/jdraw8.cpp
source/jfile.cpp
source/jgame.cpp
source/jinput.cpp
source/jshader.cpp
source/mapa.cpp
source/marcador.cpp
source/modulegame.cpp
source/modulesequence.cpp
source/momia.cpp
source/prota.cpp
source/sprite.cpp
)
# Configuración de SDL3