Skip to content

Commit

Permalink
fix IMG_Version symbol name in SDL_image.sym
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed May 15, 2024
1 parent 1b4886f commit fa9e17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDL_image.sym
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SDL3_image_0.0.0 {
global:
IMG_FreeAnimation;
IMG_Init;
IMG_Linked_Version;
IMG_Version;
IMG_Load;
IMG_LoadAVIF_IO;
IMG_LoadAnimation;
Expand Down

0 comments on commit fa9e17d

Please sign in to comment.