From 0f9482ebc31529d68de774aaebb8be2cdf7e846f Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sat, 3 Dec 2022 00:33:50 +0300 Subject: [PATCH] reran gendynapi.pl to add SDL_GetTicksNS / SDL_DelayNS to SDL_dynapi.sym --- src/dynapi/SDL_dynapi.sym | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dynapi/SDL_dynapi.sym b/src/dynapi/SDL_dynapi.sym index 1ecd8eabcc..d6a110e761 100644 --- a/src/dynapi/SDL_dynapi.sym +++ b/src/dynapi/SDL_dynapi.sym @@ -866,6 +866,8 @@ SDL3_0.0.0 { SDL_GetVersion; SDL_GetRevision; SDL_GetPowerInfo; + SDL_GetTicksNS; + SDL_DelayNS; # extra symbols go here (don't modify this line) local: *; };