treballant en el overlay, el text i les notificacions
This commit is contained in:
@@ -12,14 +12,20 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# --- LISTA EXPLÍCITA DE FUENTES ---
|
||||
set(APP_SOURCES
|
||||
# Core - Motor "Jail"
|
||||
source/core/global_inputs.cpp
|
||||
source/core/jail_audio.cpp
|
||||
source/core/jdraw8.cpp
|
||||
source/core/jfile.cpp
|
||||
source/core/jgame.cpp
|
||||
source/core/jinput.cpp
|
||||
source/core/screen.cpp
|
||||
# Core - Motor original "Jail" (no tocar gameplay)
|
||||
source/core/jail/jail_audio.cpp
|
||||
source/core/jail/jdraw8.cpp
|
||||
source/core/jail/jfile.cpp
|
||||
source/core/jail/jgame.cpp
|
||||
source/core/jail/jinput.cpp
|
||||
|
||||
# Core - Capa de presentación (nueva)
|
||||
source/core/rendering/overlay.cpp
|
||||
source/core/rendering/screen.cpp
|
||||
source/core/rendering/text.cpp
|
||||
|
||||
# Core - Input global (nueva)
|
||||
source/core/input/global_inputs.cpp
|
||||
|
||||
# Game
|
||||
source/game/options.cpp
|
||||
|
||||
Reference in New Issue
Block a user