mirror of https://github.com/libsdl-org/SDL.git
SDL_GetTicks64: entry added in SDL_ENABLE_OLD_NAMES
This commit is contained in:
parent
5feebcdce0
commit
7275b2b352
|
|
@ -345,6 +345,9 @@
|
||||||
#define SDL_RenderGetD3D11Device SDL_GetRenderD3D11Device
|
#define SDL_RenderGetD3D11Device SDL_GetRenderD3D11Device
|
||||||
#define SDL_RenderGetD3D9Device SDL_GetRenderD3D9Device
|
#define SDL_RenderGetD3D9Device SDL_GetRenderD3D9Device
|
||||||
|
|
||||||
|
/* ##SDL_timer.h */
|
||||||
|
#define SDL_GetTicks64 SDL_GetTicks
|
||||||
|
|
||||||
/* ##SDL_video.h */
|
/* ##SDL_video.h */
|
||||||
#define SDL_GetPointDisplayIndex SDL_GetDisplayIndexForPoint
|
#define SDL_GetPointDisplayIndex SDL_GetDisplayIndexForPoint
|
||||||
#define SDL_GetRectDisplayIndex SDL_GetDisplayIndexForRect
|
#define SDL_GetRectDisplayIndex SDL_GetDisplayIndexForRect
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue