Fix more errors x_x

This commit is contained in:
Clownacy 2020-04-03 18:36:48 +01:00
parent cb869a4fd1
commit 1543521625
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
#include "../../WindowsWrapper.h" #include "../../WindowsWrapper.h"
#include "../Platform.h" #include "../Platform.h"
#include "SDL2.h" #include "../SDL2/SDL2.h"
typedef struct Backend_Surface typedef struct Backend_Surface
{ {

View file

@ -13,7 +13,7 @@
#include "../../WindowsWrapper.h" #include "../../WindowsWrapper.h"
#include "../Platform.h" #include "../Platform.h"
#include "SDL2.h" #include "SDL2/SDL2.h"
#include "../../Draw.h" #include "../../Draw.h"
#include "../../Ending.h" #include "../../Ending.h"
#include "../../MapName.h" #include "../../MapName.h"

View file

@ -9,7 +9,7 @@
#include "../../WindowsWrapper.h" #include "../../WindowsWrapper.h"
#include "../Platform.h" #include "../Platform.h"
#include "SDL2.h" #include "../SDL2/SDL2.h"
#define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MIN(a, b) ((a) < (b) ? (a) : (b))
#define MAX(a, b) ((a) > (b) ? (a) : (b)) #define MAX(a, b) ((a) > (b) ? (a) : (b))