Canviats defines per constexpr

This commit is contained in:
2025-02-21 12:27:03 +01:00
parent 788aec0dab
commit 134b679a75
17 changed files with 158 additions and 162 deletions

View File

@@ -15,9 +15,6 @@ class Writer;
struct JA_Music_t;
struct section_t;
#ifndef INTRO_H
#define INTRO_H
// Clase Intro
class Intro
{
@@ -69,5 +66,3 @@ public:
// Bucle principal
void run();
};
#endif