--- hatari/src/includes/sdlgui.h 2019/04/09 08:49:28 1.1.1.9 +++ hatari/src/includes/sdlgui.h 2019/04/09 08:50:23 1.1.1.10 @@ -61,8 +61,8 @@ typedef struct char *txt; /* Text string */ } SGOBJ; -int sdlgui_fontwidth; /* Width of the actual font */ -int sdlgui_fontheight; /* Height of the actual font */ +extern int sdlgui_fontwidth; /* Width of the actual font */ +extern int sdlgui_fontheight; /* Height of the actual font */ extern int SDLGui_Init(void); extern int SDLGui_UnInit(void);