forked from jaildesigner-jailgames/jaildoctors_dilemma
Toquetechant includes
This commit is contained in:
@@ -1,21 +1,22 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include "cheevos.h"
|
||||
#include "asset.h"
|
||||
#include "input.h"
|
||||
#include "jail_audio.h"
|
||||
#include "resource.h"
|
||||
#include "paleta.h"
|
||||
#include "screen.h"
|
||||
#include "sprite.h"
|
||||
#include "text.h"
|
||||
#include "utils.h"
|
||||
#include "const.h"
|
||||
#include <vector>
|
||||
|
||||
#ifndef TITLE_H
|
||||
#define TITLE_H
|
||||
#include <SDL2/SDL_events.h> // for SDL_Event
|
||||
#include <SDL2/SDL_rect.h> // for SDL_Rect
|
||||
#include <SDL2/SDL_render.h> // for SDL_Renderer, SDL_Texture
|
||||
#include <SDL2/SDL_stdinc.h> // for Uint32
|
||||
#include <string> // for basic_string, string
|
||||
#include <vector> // for vector
|
||||
#include "paleta.h" // for jSurface
|
||||
class Asset;
|
||||
class Cheevos;
|
||||
class Input;
|
||||
class Resource;
|
||||
class Screen;
|
||||
class Sprite;
|
||||
class Text;
|
||||
class Texture;
|
||||
struct options_t;
|
||||
struct section_t;
|
||||
|
||||
class Title
|
||||
{
|
||||
@@ -115,6 +116,4 @@ public:
|
||||
|
||||
// Bucle principal
|
||||
void run();
|
||||
};
|
||||
|
||||
#endif
|
||||
};
|
||||
Reference in New Issue
Block a user