summaryrefslogtreecommitdiff
path: root/games/trackballs/files/patch-src-glHelp.h
blob: 69080089246e5fb5c2227e71dfc92d50588e2633 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/glHelp.h.orig	2022-12-23 18:52:49 UTC
+++ src/glHelp.h
@@ -27,7 +27,8 @@
 
 #include "general.h"
 
-typedef struct _TTF_Font TTF_Font;
+#include <SDL2/SDL_ttf.h>
+
 typedef struct SDL_Surface SDL_Surface;
 class Map;
 class Game;