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

@ -17,7 +17,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "SIrrCreationParameters.h"
#include <SDL2/SDL_video.h>
#include <SDL_video.h>
#ifdef _IRR_EMSCRIPTEN_PLATFORM_
#ifdef _IRR_COMPILE_WITH_OGLES2_