Fix SDL2 include paths

closes #96
This commit is contained in:
sfan5
2022-02-14 18:26:59 +01:00
parent 4fb1c55ec5
commit 09b8837ef9
4 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
#include "irrMath.h"
#if defined(_IRR_COMPILE_WITH_SDL_DEVICE_)
#include <SDL2/SDL_endian.h>
#include <SDL_endian.h>
#define bswap_16(X) SDL_Swap16(X)
#define bswap_32(X) SDL_Swap32(X)
#define bswap_64(X) SDL_Swap64(X)