diff options
| author | realtradam <[email protected]> | 2023-05-03 22:01:52 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-05-03 22:01:52 -0400 |
| commit | 2709a71f46acb65535a8ee871a352d2ff1fb82df (patch) | |
| tree | 33383118312a364f491c93770da53c16c7f21141 /src/rodeo_internal_types.h | |
| parent | 87ca456c3f3e97f149604bc033fdd57998e2dcd4 (diff) | |
| download | RodeoKit-2709a71f46acb65535a8ee871a352d2ff1fb82df.tar.gz RodeoKit-2709a71f46acb65535a8ee871a352d2ff1fb82df.zip | |
fix cmake build files for both linux and web
Diffstat (limited to 'src/rodeo_internal_types.h')
| -rw-r--r-- | src/rodeo_internal_types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rodeo_internal_types.h b/src/rodeo_internal_types.h index 149db6b..531d450 100644 --- a/src/rodeo_internal_types.h +++ b/src/rodeo_internal_types.h @@ -9,8 +9,8 @@ #if __EMSCRIPTEN__ #include <emscripten/emscripten.h> #endif -#include "SDL2/SDL.h" -#include "SDL2/SDL_syswm.h" +#include "SDL.h" +#include "SDL_syswm.h" #include "bgfx/c99/bgfx.h" #include "stc/crandom.h" |
