Explorar o código

reran gendynapi.pl to add SDL_GetTicksNS / SDL_DelayNS to SDL_dynapi.sym

Ozkan Sezer %!s(int64=3) %!d(string=hai) anos
pai
achega
0f9482ebc3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/dynapi/SDL_dynapi.sym

+ 2 - 0
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: *;
 };