1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

vlog: Slim SDL.h include down to SDL_log.h

The entirety of SDL doesn't need to be included, only the SDL_log header
does.
This commit is contained in:
Misa 2023-10-25 15:48:04 -07:00
parent f83b63142d
commit 75a693347b

View File

@ -8,7 +8,7 @@
#endif
#ifdef VLOG_USE_SDL
# include <SDL.h>
# include <SDL_log.h>
#elif defined(_WIN32)
# define WIN32_LEAN_AND_MEAN
# include <windows.h>