Añadida la clase debug
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user