clang-format
This commit is contained in:
2025-07-23 20:55:50 +02:00
parent d33c1f5dc5
commit ec008ef5dd
61 changed files with 308 additions and 253 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <SDL3/SDL.h> // Para SDL_Texture, Uint32, SDL_Renderer, SDL_FPoint, SDL_FRect, Uint64
#include <memory> // Para unique_ptr, shared_ptr
#include <vector> // Para vector
@@ -39,13 +40,11 @@ struct Line {
// Clase Instructions
class Instructions {
public:
// Constructor
// --- Constructor y destructor ---
Instructions();
// Destructor
~Instructions();
// Bucle principal
// --- Bucle principal ---
void run();
private: