iwyu
clang-format
This commit is contained in:
@@ -20,13 +20,11 @@
|
||||
// Clase Intro
|
||||
class Intro {
|
||||
public:
|
||||
// Constructor
|
||||
// --- Constructor y destructor ---
|
||||
Intro();
|
||||
|
||||
// Destructor
|
||||
~Intro() = default;
|
||||
|
||||
// Bucle principal
|
||||
// --- Bucle principal ---
|
||||
void run();
|
||||
|
||||
private:
|
||||
@@ -72,8 +70,8 @@ class Intro {
|
||||
void updatePostState(); // Actualiza el estado POST
|
||||
#ifdef _DEBUG
|
||||
static void adjustColorComponent(uint8_t& component, bool increase);
|
||||
void adjustAllColorComponents(Color& color, bool increase);
|
||||
void handleDebugColorKeys(SDL_Keycode key, Color& color);
|
||||
static void adjustAllColorComponents(Color& color, bool increase);
|
||||
static void handleDebugColorKeys(SDL_Keycode key, Color& color);
|
||||
static void printColorDebugInfo(const Color& color);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user