This commit is contained in:
2026-04-14 13:26:30 +02:00
parent 4429cd92c1
commit f80d0a656e
116 changed files with 933 additions and 917 deletions

View File

@@ -7,12 +7,12 @@
#include <string> // Para string
#include <vector> // Para vector
#include "bullet.hpp" // for Bullet
#include "demo.hpp" // for Demo
#include "item.hpp" // for Item (ptr only), ItemType
#include "manage_hiscore_table.hpp" // for HiScoreEntry
#include "options.hpp" // for Settings, settings
#include "player.hpp" // for Player
#include "core/system/demo.hpp" // for Demo
#include "game/entities/bullet.hpp" // for Bullet
#include "game/entities/item.hpp" // for Item (ptr only), ItemType
#include "game/entities/player.hpp" // for Player
#include "game/gameplay/manage_hiscore_table.hpp" // for HiScoreEntry
#include "game/options.hpp" // for Settings, settings
class Background;
class Balloon;