From 7677901edfc72228572e72f0858a55ab012f860a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 24 Apr 2016 19:04:48 +0100 Subject: update amiga font layout handling to use table --- amiga/font.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'amiga/font.h') diff --git a/amiga/font.h b/amiga/font.h index da23b5989..a0b63d060 100755 --- a/amiga/font.h +++ b/amiga/font.h @@ -55,5 +55,8 @@ struct ami_font_functions { }; const struct ami_font_functions *ami_nsfont; + +struct gui_layout_table *ami_layout_table; + #endif -- cgit v1.2.3