Añadida la clase debug

This commit is contained in:
2022-09-21 19:24:27 +02:00
parent 241c63340c
commit d31ab28a12
9 changed files with 345 additions and 172 deletions

View File

@@ -12,6 +12,7 @@
#include "intro.h"
#include "title.h"
#include "prog.h"
#include "debug.h"
#include "const.h"
#ifndef PROG_H
@@ -29,6 +30,7 @@ private:
Intro *intro; // Objeto encargado de gestionar la intro del juego
Logo *logo; // Objeto encargado de gestionar el logo del juego
Title *title; // Objeto encargado de gestionar el titulo del juego, con el menu principal
Debug *debug; // Objeto para getsionar la información de debug
section_t section; // Sección y subsección actual del programa;
struct options_t *options; // Contiene las opciones del programa