Fix more errors x_x
This commit is contained in:
parent
cb869a4fd1
commit
1543521625
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue