mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-04 17:06:25 +00:00
@@ -856,6 +856,7 @@ SDL3_0.0.0 {
|
||||
SDL_wcsstr;
|
||||
SDL_modf;
|
||||
SDL_modff;
|
||||
SDL_GetRenderVSync;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
@@ -884,3 +884,4 @@
|
||||
/* New API symbols are added at the end */
|
||||
#define SDL_modf SDL_modf_REAL
|
||||
#define SDL_modff SDL_modff_REAL
|
||||
#define SDL_GetRenderVSync SDL_GetRenderVSync_REAL
|
||||
|
@@ -929,3 +929,4 @@ SDL_DYNAPI_PROC(wchar_t*,SDL_wcsstr,(const wchar_t *a, const wchar_t *b),(a,b),r
|
||||
/* New API symbols are added at the end */
|
||||
SDL_DYNAPI_PROC(double,SDL_modf,(double a, double *b),(a,b),return)
|
||||
SDL_DYNAPI_PROC(float,SDL_modff,(float a, float *b),(a,b),return)
|
||||
SDL_DYNAPI_PROC(int,SDL_GetRenderVSync,(SDL_Renderer *a, int *b),(a,b),return)
|
||||
|
Reference in New Issue
Block a user