--- hatari/src/includes/dialog.h 2019/04/01 07:10:54 1.1.1.4 +++ hatari/src/includes/dialog.h 2019/04/01 07:12:38 1.1.1.6 @@ -12,8 +12,22 @@ extern CNF_PARAMS DialogParams; -extern void Dialog_DefaultConfigurationDetails(void); -extern void Dialog_CopyDetailsFromConfiguration(BOOL bReset); extern BOOL Dialog_DoProperty(void); +/* prototypes for gui-sdl/dlg*.c functions: */ +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); +extern void Dialog_DeviceDlg(void); +extern void Dialog_DiskDlg(void); +extern void Dialog_JoyDlg(void); +extern void Dialog_KeyboardDlg(void); +extern void Dialog_MemDlg(void); +extern void DlgNewDisk_Main(void); +extern void Dialog_ScreenDlg(void); +extern void Dialog_SoundDlg(void); +extern void Dialog_SystemDlg(void); +extern void DlgRom_Main(void); + #endif