We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb186f commit 42fefe0Copy full SHA for 42fefe0
units/SDL3_ttf.pas
@@ -17,6 +17,8 @@
17
* available at: https://www.freetype.org/
18
}
19
20
+{ #note: SDL3-for-Pascal: Based on file SDL_textengine.h version 3.1.0 (preview). }
21
+
22
{$DEFINE SDL_TTF}
23
24
{$I sdl.inc}
@@ -2912,8 +2914,6 @@ procedure TTF_Quit; cdecl;
2912
2914
function TTF_WasInit: cint; cdecl;
2913
2915
external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_TTF_WasInit' {$ENDIF} {$ENDIF};
2916
-{$I SDL_textengine.inc} // 3.1.0-prev
-
2917
implementation
2918
2919
function SDL_TTF_VERSION: Integer;
0 commit comments