Browse Source

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

Ozkan Sezer 2 years ago
parent
commit
0f9482ebc3
1 changed files with 2 additions and 0 deletions
  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: *;
 };