Empezada la sección del titulo del juego

This commit is contained in:
2022-08-23 12:35:56 +02:00
parent 6b4926efb8
commit b61677bda9
8 changed files with 180 additions and 11 deletions

View File

@@ -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