Skip to content

Commit bee00e4

Browse files
author
Gerhard Stein
committed
TTF hack fix
1 parent a7d4011 commit bee00e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GsKit/graphics/GsTrueTypeFont.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <base/interface/Color.h>
77
#include <graphics/GsSurface.h>
88

9-
typedef struct TTF_Font TTF_Font;
9+
#include <SDL_ttf.h>
1010

1111
class GsTrueTypeFont
1212
{

0 commit comments

Comments
 (0)