Completado el logo y la intro
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include "input.h"
|
||||
#include "utils.h"
|
||||
#include "screen.h"
|
||||
#include "logo.h"
|
||||
#include "intro.h"
|
||||
|
||||
#ifndef PROG_H
|
||||
#define PROG_H
|
||||
@@ -24,6 +26,8 @@ private:
|
||||
Screen *screen; // Objeto encargado de dibujar en pantalla
|
||||
Input *input; // Objeto Input para gestionar las entradas
|
||||
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
|
||||
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