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

@@ -9,8 +9,8 @@ class Input; // lines 14-14
class Resource; // lines 17-17
class Screen; // lines 18-18
struct JA_Music_t; // lines 20-20
struct options_t; // lines 21-21
struct section_t; // lines 22-22
struct Options; // lines 21-21
struct SectionState; // lines 22-22
class Director
{
@@ -31,7 +31,7 @@ private:
void createSystemFolder(const std::string &folder);
// Carga los recursos
void loadResources(section_t section);
void loadResources(SectionState section);
// Inicializa jail_audio
void initJailAudio();