Empezada la sección del titulo del juego
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#include "screen.h"
|
||||
#include "logo.h"
|
||||
#include "intro.h"
|
||||
#include "title.h"
|
||||
#include "prog.h"
|
||||
|
||||
#ifndef PROG_H
|
||||
#define PROG_H
|
||||
@@ -28,6 +30,7 @@ private:
|
||||
Game *game; // Objeto para la sección del juego
|
||||
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
|
||||
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