mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 21:52:05 +08:00
engine: platform: win32: add forgotten SDL.h include
This commit is contained in:
@@ -18,6 +18,10 @@ GNU General Public License for more details.
|
||||
|
||||
#define DBGHELP 1 // we always enable dbghelp.dll on Windows targets
|
||||
|
||||
#if XASH_SDL
|
||||
#include <SDL.h>
|
||||
#endif // XASH_SDL
|
||||
|
||||
#if DBGHELP
|
||||
#include <winnt.h>
|
||||
#include <dbghelp.h>
|
||||
|
||||
Reference in New Issue
Block a user