summaryrefslogtreecommitdiff
path: root/amiga/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/font.h')
-rwxr-xr-xamiga/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/font.h b/amiga/font.h
index 4e7c6f197..f4d0b5fa1 100755
--- a/amiga/font.h
+++ b/amiga/font.h
@@ -24,5 +24,5 @@
struct TextFont *ami_open_font(struct css_style *);
void ami_close_font(struct TextFont *tfont);
-
+void ami_unicode_text(struct RastPort *rp,char *string,ULONG length,struct css_style *style,ULONG x,ULONG y,ULONG c);
#endif