--- hatari/src/includes/dialog.h 2019/04/01 07:12:38 1.1.1.6 +++ hatari/src/includes/dialog.h 2019/04/01 07:14:45 1.1.1.9 @@ -10,12 +10,8 @@ #include "configuration.h" -extern CNF_PARAMS DialogParams; - -extern BOOL Dialog_DoProperty(void); - /* prototypes for gui-sdl/dlg*.c functions: */ -extern int Dialog_MainDlg(BOOL *bReset); +extern int Dialog_MainDlg(bool *bReset); extern void Dialog_AboutDlg(void); extern int DlgAlert_Notice(const char *text); extern int DlgAlert_Query(const char *text); @@ -29,5 +25,7 @@ extern void Dialog_ScreenDlg(void); extern void Dialog_SoundDlg(void); extern void Dialog_SystemDlg(void); extern void DlgRom_Main(void); +/* and dialog.c */ +extern bool Dialog_DoProperty(void); #endif