renomena tipus _t/_e a CamelCase (Circle, Color, Section, ...)

This commit is contained in:
2026-05-14 22:16:36 +02:00
parent 9a2da460cc
commit 0bc55f5732
37 changed files with 209 additions and 209 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ class Text;
class Texture;
class Writer;
struct JA_Music_t;
struct section_t;
struct Section;
// Clase Intro
class Intro {
@@ -20,7 +20,7 @@ class Intro {
std::vector<SmartSprite *> bitmaps; // Vector con los sprites inteligentes para los dibujos de la intro
std::vector<Writer *> texts; // Textos de la intro
Text *text; // Textos de la intro
section_t *section; // Estado del bucle principal para saber si continua o se sale
Section *section; // Estado del bucle principal para saber si continua o se sale
// Variables
Uint32 ticks; // Contador de ticks para ajustar la velocidad del programa
@@ -42,7 +42,7 @@ class Intro {
public:
// Constructor
Intro(SDL_Renderer *renderer, section_t *section);
Intro(SDL_Renderer *renderer, Section *section);
// Destructor
~Intro();