--- hatari/src/includes/sdlgui.h 2019/04/01 07:12:12 1.1.1.5 +++ hatari/src/includes/sdlgui.h 2019/04/01 07:12:37 1.1.1.6 @@ -60,6 +60,7 @@ typedef struct extern int SDLGui_Init(void); extern int SDLGui_UnInit(void); extern int SDLGui_SetScreen(SDL_Surface *pScrn); +extern void SDLGui_DrawDialog(const SGOBJ *dlg); extern int SDLGui_DoDialog(SGOBJ *dlg, SDL_Event *pEventOut); extern void SDLGui_CenterDlg(SGOBJ *dlg); extern int SDLGui_FileSelect(char *path_and_name, char *zip_path, BOOL bAllowNew);