Reestructurant la classe Options

This commit is contained in:
2025-02-23 18:12:02 +01:00
parent 3ba4293e8a
commit 2ee0c70319
48 changed files with 898 additions and 984 deletions

View File

@@ -13,8 +13,8 @@ class Sprite;
class Text;
class Texture;
struct JA_Music_t;
struct options_t;
struct section_t;
struct Options;
struct SectionState;
class Ending
{
@@ -109,9 +109,6 @@ private:
// Actualiza el volumen de la musica
void updateMusicVolume();
// Cambia la paleta
void switchPalette();
public:
// Constructor
Ending();