HatchitGame
ht_sdl.h
1 
15 #pragma once
16 
17 #include <ht_platform.h>
18 
19 #ifdef HT_SYS_WINDOWS
20 #include <SDL.h>
21 #include <SDL_syswm.h>
22 #undef main
23 #else
24 #include <SDL2/SDL.h>
25 #include <SDL2/SDL_syswm.h>
26 #endif