Your SDL include lines .-.
This commit is contained in:
parent
1d2b530fdc
commit
84c90b5c97
@ -1,5 +1,5 @@
|
||||
#include <SDL.h>
|
||||
#include <SDL_image.h>
|
||||
#include <SDL/SDL.h>
|
||||
#include <SDL/SDL_image.h>
|
||||
#include <png.h>
|
||||
#include <ft2build.h>
|
||||
#include <freetype/freetype.h>
|
||||
|
@ -2,8 +2,8 @@
|
||||
#include <malloc.h>
|
||||
#include <png.h>
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_image.h"
|
||||
#include <SDL/SDL.h>
|
||||
#include <SDL/SDL_image.h>
|
||||
|
||||
#if SDL_BYTEORDER == SDL_BIG_ENDIAN
|
||||
# define RMASK 0xff000000
|
||||
|
Loading…
Reference in New Issue
Block a user