Skip to content

Commit 42fefe0

Browse files
Remove SDL_textengine include file + add version info
1 parent 6eb186f commit 42fefe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

units/SDL3_ttf.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* available at: https://www.freetype.org/
1818
}
1919

20+
{ #note: SDL3-for-Pascal: Based on file SDL_textengine.h version 3.1.0 (preview). }
21+
2022
{$DEFINE SDL_TTF}
2123

2224
{$I sdl.inc}
@@ -2912,8 +2914,6 @@ procedure TTF_Quit; cdecl;
29122914
function TTF_WasInit: cint; cdecl;
29132915
external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_TTF_WasInit' {$ENDIF} {$ENDIF};
29142916

2915-
{$I SDL_textengine.inc} // 3.1.0-prev
2916-
29172917
implementation
29182918

29192919
function SDL_TTF_VERSION: Integer;

0 commit comments

Comments
 (0)