mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01: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:
parent
f83b63142d
commit
75a693347b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue