Pasaeta de include-what-you-use abans que es desmadre tot

This commit is contained in:
2024-10-06 22:43:28 +02:00
parent 1c0554d4df
commit b1f936a791
7 changed files with 36 additions and 47 deletions

View File

@@ -2,14 +2,14 @@
#include <SDL2/SDL_rect.h> // for SDL_Rect
#include <SDL2/SDL_stdinc.h> // for Uint32
#include <memory> // for unique_ptr
#include <string> // for string, basic_string
#include <vector> // for vector
#include "animated_sprite.h" // for AnimatedSprite
#include "enter_name.h" // for EnterName
#include "utils.h" // for circle_t
#include "enter_name.h"
#include "scoreboard.h"
#include <memory>
class AnimatedSprite;
class Texture;
class Texture; // lines 12-12
enum class scoreboardMode;
// Estados del jugador
enum class playerStatus