Pretty sure these #includes aren't needed
This commit is contained in:
parent
59735a61e6
commit
03f797a267
3 changed files with 0 additions and 5 deletions
|
@ -10,8 +10,6 @@
|
|||
|
||||
#include "../../WindowsWrapper.h"
|
||||
|
||||
#include "../../Font.h"
|
||||
|
||||
typedef enum RenderMode
|
||||
{
|
||||
MODE_BLANK,
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
#include "../../WindowsWrapper.h"
|
||||
|
||||
#include "../../Font.h"
|
||||
|
||||
typedef struct Backend_Surface
|
||||
{
|
||||
SDL_Surface *sdlsurface;
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "../../Draw.h"
|
||||
#include "../../Ending.h"
|
||||
#include "../../Font.h"
|
||||
#include "../../MapName.h"
|
||||
#include "../../TextScr.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue