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

This commit is contained in:
Ozkan Sezer 2022-12-03 00:33:50 +03:00
parent 1a890808a4
commit 0f9482ebc3

View file

@ -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: *;
};