forked from jaildesigner-jailgames/jaildoctors_dilemma
Toquetechant includes
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#include "scoreboard.h"
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <SDL2/SDL_rect.h> // for SDL_Rect
|
||||
#include <SDL2/SDL_timer.h> // for SDL_GetTicks
|
||||
#include "animatedsprite.h" // for AnimatedSprite
|
||||
#include "const.h" // for BLOCK, PLAY_AREA_HEIGHT, PLAY_AREA_WIDTH
|
||||
#include "resource.h" // for Resource
|
||||
#include "text.h" // for Text
|
||||
#include "texture.h" // for Texture
|
||||
class Asset;
|
||||
|
||||
// Constructor
|
||||
ScoreBoard::ScoreBoard(SDL_Renderer *renderer, Resource *resource, Asset *asset, options_t *options, board_t *board)
|
||||
|
||||
Reference in New Issue
Block a user