SDL: change SDL include statement for improved build compatibilty
This commit is contained in:
parent
eb0eb43468
commit
3a03e293e9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue