Input: model upate/poll finalitzat
This commit is contained in:
@@ -11,7 +11,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
|
||||
set(APP_SOURCES
|
||||
# --- Archivos Principales del Sistema ---
|
||||
source/main.cpp
|
||||
source/game.cpp
|
||||
source/director.cpp
|
||||
source/section.cpp
|
||||
source/screen.cpp
|
||||
@@ -30,28 +29,29 @@ set(APP_SOURCES
|
||||
source/ui/service_menu.cpp
|
||||
source/ui/menu_renderer.cpp
|
||||
source/ui/ui_message.cpp
|
||||
|
||||
# --- Lógica y Escenas del Juego ---
|
||||
source/player.cpp
|
||||
source/balloon.cpp
|
||||
|
||||
# --- Lógica del Juego ---
|
||||
source/balloon_formations.cpp
|
||||
source/balloon_manager.cpp
|
||||
source/balloon.cpp
|
||||
source/bullet.cpp
|
||||
source/item.cpp
|
||||
source/explosions.cpp
|
||||
|
||||
# --- Escenas y Flujo ---
|
||||
source/title.cpp
|
||||
source/logo.cpp
|
||||
source/game_logo.cpp
|
||||
source/intro.cpp
|
||||
source/credits.cpp
|
||||
source/instructions.cpp
|
||||
source/hiscore_table.cpp
|
||||
source/enter_name.cpp
|
||||
source/explosions.cpp
|
||||
source/game_logo.cpp
|
||||
source/item.cpp
|
||||
source/manage_hiscore_table.cpp
|
||||
source/player.cpp
|
||||
source/scoreboard.cpp
|
||||
|
||||
# --- Escenas ---
|
||||
source/sections/credits.cpp
|
||||
source/sections/game.cpp
|
||||
source/sections/hiscore_table.cpp
|
||||
source/sections/instructions.cpp
|
||||
source/sections/intro.cpp
|
||||
source/sections/logo.cpp
|
||||
source/sections/title.cpp
|
||||
|
||||
# --- Sprites y Gráficos ---
|
||||
source/sprite.cpp
|
||||
source/animated_sprite.cpp
|
||||
|
||||
Reference in New Issue
Block a user