Actualizada la clase screen con nuevos procedimientos. Incluído el fichero const.h. Cambio de tamaño de ventana y pantalla completa
This commit is contained in:
@@ -12,14 +12,11 @@
|
||||
#include "intro.h"
|
||||
#include "title.h"
|
||||
#include "prog.h"
|
||||
#include "const.h"
|
||||
|
||||
#ifndef PROG_H
|
||||
#define PROG_H
|
||||
|
||||
#define WINDOW_CAPTION "Volcano"
|
||||
#define GAME_WIDTH 320
|
||||
#define GAME_HEIGHT 240
|
||||
|
||||
class Prog
|
||||
{
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user