Skip to content

Commit

Permalink
Fix TTF_Version in header
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed May 15, 2024
1 parent b014b7a commit 13ec030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/SDL3_ttf/SDL_ttf.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extern "C" {
*
* \since This function is available since SDL_ttf 3.0.0.
*/
extern DECLSPEC int SDLCALL IMG_Version(void);
extern DECLSPEC int SDLCALL TTF_Version(void);

/**
* Query the version of the FreeType library in use.
Expand Down
2 changes: 1 addition & 1 deletion src/SDL_ttf.sym
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ SDL3_ttf_0.0.0 {
TTF_GlyphMetrics32;
TTF_Init;
TTF_IsFontScalable;
TTF_Linked_Version;
TTF_MeasureText;
TTF_MeasureUNICODE;
TTF_MeasureUTF8;
Expand Down Expand Up @@ -85,6 +84,7 @@ SDL3_ttf_0.0.0 {
TTF_SizeText;
TTF_SizeUNICODE;
TTF_SizeUTF8;
TTF_Version;
TTF_WasInit;
local: *;
};

0 comments on commit 13ec030

Please sign in to comment.