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

@@ -6,8 +6,8 @@
#include <string_view> // Para string_view
#include <vector> // Para vector
#include "player.hpp" // for Player
#include "section.hpp" // for Options, Name (ptr only)
#include "core/system/section.hpp" // for Options, Name (ptr only)
#include "game/entities/player.hpp" // for Player
class Fade;
class GameLogo;