Fix warnining implicit declaration of SDL_DetectPalette (Thanks meyraud705)
parent
838bbf1f7a
commit
e6189f4046
|
@ -28,6 +28,7 @@
|
|||
#include "SDL_render.h"
|
||||
#include "SDL_sysrender.h"
|
||||
#include "software/SDL_render_sw_c.h"
|
||||
#include "../video/SDL_pixels_c.h"
|
||||
|
||||
#if defined(__ANDROID__)
|
||||
# include "../core/android/SDL_android.h"
|
||||
|
|
Loading…
Reference in New Issue