Trabajando en las notificaciones

This commit is contained in:
2022-11-23 18:20:29 +01:00
parent a8b467290f
commit 1aac5b7719
6 changed files with 36 additions and 21 deletions

View File

@@ -48,9 +48,9 @@ private:
struct options_t *options; // Variable con todas las opciones del programa
// Variables
section_t section; // Sección y subsección actual del programa;
JA_Music music; // Musica del titulo
std::string executablePath; // Path del ejecutable
section_t section; // Sección y subsección actual del programa;
std::string systemFolder; // Carpeta del sistema donde guardar datos
// Crea e inicializa las opciones del programa