Pretty sure these #includes aren't needed

This commit is contained in:
Clownacy 2019-08-13 05:11:40 +00:00
parent 59735a61e6
commit 03f797a267
3 changed files with 0 additions and 5 deletions

View file

@ -10,8 +10,6 @@
#include "../../WindowsWrapper.h"
#include "../../Font.h"
typedef enum RenderMode
{
MODE_BLANK,

View file

@ -7,8 +7,6 @@
#include "../../WindowsWrapper.h"
#include "../../Font.h"
typedef struct Backend_Surface
{
SDL_Surface *sdlsurface;

View file

@ -9,7 +9,6 @@
#include "../../Draw.h"
#include "../../Ending.h"
#include "../../Font.h"
#include "../../MapName.h"
#include "../../TextScr.h"