idem
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user