Skip to content

Commit f10a24e

Browse files
committed
Fix symbol issues
1 parent 392c8ac commit f10a24e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/dynapi/SDL_dynapi.sym

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,17 @@ SDL3_0.0.0 {
12801280
SDL_EnableMenuItem
12811281
SDL_DisableMenuItem
12821282
SDL_DestroyMenuItem
1283+
SDL_CreateMenuBar;
1284+
SDL_CreateMenuItemAt;
1285+
SDL_CreateMenuItem;
1286+
SDL_ChildItems;
1287+
SDL_CheckMenuItem;
1288+
SDL_UncheckMenuItem;
1289+
SDL_MenuItemChecked;
1290+
SDL_MenuItemEnabled;
1291+
SDL_EnableMenuItem;
1292+
SDL_DisableMenuItem;
1293+
SDL_DestroyMenuItem;
12831294
# extra symbols go here (don't modify this line)
12841295
local: *;
12851296
};

0 commit comments

Comments
 (0)