reran gendynapi.pl to add SDL_GetTicksNS / SDL_DelayNS to SDL_dynapi.sym
This commit is contained in:
parent
1a890808a4
commit
0f9482ebc3
1 changed files with 2 additions and 0 deletions
|
@ -866,6 +866,8 @@ SDL3_0.0.0 {
|
||||||
SDL_GetVersion;
|
SDL_GetVersion;
|
||||||
SDL_GetRevision;
|
SDL_GetRevision;
|
||||||
SDL_GetPowerInfo;
|
SDL_GetPowerInfo;
|
||||||
|
SDL_GetTicksNS;
|
||||||
|
SDL_DelayNS;
|
||||||
# extra symbols go here (don't modify this line)
|
# extra symbols go here (don't modify this line)
|
||||||
local: *;
|
local: *;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue