mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 09:26:25 +00:00
@@ -1186,6 +1186,7 @@ SDL3_0.0.0 {
|
||||
SDL_CancelGPUCommandBuffer;
|
||||
SDL_SaveFile_IO;
|
||||
SDL_SaveFile;
|
||||
SDL_GetCurrentDirectory;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
@@ -1211,3 +1211,4 @@
|
||||
#define SDL_CancelGPUCommandBuffer SDL_CancelGPUCommandBuffer_REAL
|
||||
#define SDL_SaveFile_IO SDL_SaveFile_IO_REAL
|
||||
#define SDL_SaveFile SDL_SaveFile_REAL
|
||||
#define SDL_GetCurrentDirectory SDL_GetCurrentDirectory_REAL
|
||||
|
@@ -1217,3 +1217,4 @@ SDL_DYNAPI_PROC(SDL_Sandbox,SDL_GetSandbox,(void),(),return)
|
||||
SDL_DYNAPI_PROC(bool,SDL_CancelGPUCommandBuffer,(SDL_GPUCommandBuffer *a),(a),return)
|
||||
SDL_DYNAPI_PROC(bool,SDL_SaveFile_IO,(SDL_IOStream *a,const void *b,size_t c,bool d),(a,b,c,d),return)
|
||||
SDL_DYNAPI_PROC(bool,SDL_SaveFile,(const char *a,const void *b,size_t c),(a,b,c),return)
|
||||
SDL_DYNAPI_PROC(char*,SDL_GetCurrentDirectory,(void),(),return)
|
||||
|
Reference in New Issue
Block a user