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

@ -20,8 +20,8 @@
#include <emscripten/html5.h>
#endif
#include <SDL2/SDL.h>
#include <SDL2/SDL_syswm.h>
#include <SDL.h>
#include <SDL_syswm.h>
namespace irr
{