SDL: change SDL include statement for improved build compatibilty

This commit is contained in:
punkrockguy318 2016-03-29 13:11:44 +00:00
parent eb0eb43468
commit 3a03e293e9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#ifdef _SDL2
#include <SDL2/SDL.h>
#else
#include <SDL/SDL.h>
#include <SDL.h>
#endif
uint32 PtoV(uint16 x, uint16 y);