镜像自地址
https://github.com/minetest/irrlicht.git
已同步 2025-07-02 08:10:26 +02:00
Update CIrrDeviceSDL to support SDL2 (#85)
这个提交包含在:
@ -8,7 +8,7 @@
|
||||
#include "irrMath.h"
|
||||
|
||||
#if defined(_IRR_COMPILE_WITH_SDL_DEVICE_)
|
||||
#include <SDL/SDL_endian.h>
|
||||
#include <SDL2/SDL_endian.h>
|
||||
#define bswap_16(X) SDL_Swap16(X)
|
||||
#define bswap_32(X) SDL_Swap32(X)
|
||||
#define bswap_64(X) SDL_Swap64(X)
|
||||
|
在新工单中引用
屏蔽一个用户