mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
engine: port occasional SDL2 calls to SDL3, no platform yet
This commit is contained in:
@@ -23,8 +23,10 @@ GNU General Public License for more details.
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
|
||||
#ifdef XASH_SDL
|
||||
#include <SDL.h>
|
||||
#if XASH_SDL == 2
|
||||
#include <SDL2/SDL.h>
|
||||
#elif XASH_SDL == 3
|
||||
#include <SDL3/SDL.h>
|
||||
#endif
|
||||
|
||||
#if XASH_POSIX
|
||||
|
||||
Reference in New Issue
Block a user