summaryrefslogtreecommitdiff
path: root/amiga/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/font.h')
-rwxr-xr-xamiga/font.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/amiga/font.h b/amiga/font.h
index 857bee429..4e7c6f197 100755
--- a/amiga/font.h
+++ b/amiga/font.h
@@ -20,7 +20,9 @@
#define AMIGA_FONT_H
#include "css/css.h"
+#include <graphics/text.h>
-void ami_open_font(struct css_style *);
+struct TextFont *ami_open_font(struct css_style *);
+void ami_close_font(struct TextFont *tfont);
#endif