Borradas clases que no se utilizaban

This commit is contained in:
2022-08-29 18:29:39 +02:00
parent 9a20d5fc1b
commit 47c57a9f44
20 changed files with 70 additions and 666 deletions

View File

@@ -5,11 +5,8 @@
#include "sprite.h"
#include "movingsprite.h"
#include "text.h"
#include "writer.h"
#include "menu.h"
#include "input.h"
#include "fade.h"
#include "lang.h"
#include "screen.h"
#include "asset.h"
#include "room.h"
@@ -44,7 +41,7 @@ private:
void update();
// Pinta los objetos en pantalla
void draw();
void render();
// Comprueba la entrada y actua
void checkInput();
@@ -72,7 +69,7 @@ private:
public:
// Constructor
Game(SDL_Window *window, SDL_Renderer *renderer, Asset *asset, Lang *lang, Input *input);
Game(SDL_Window *window, SDL_Renderer *renderer, Asset *asset, Input *input);
// Destructor
~Game();