|
|
1.1 ! root 1: /* ! 2: Hatari - dialog.h ! 3: ! 4: This file is distributed under the GNU Public License, version 2 or at ! 5: your option any later version. Read the file gpl.txt for details. ! 6: */ ! 7: ! 8: #ifndef HATARI_DIALOG_H ! 9: #define HATARI_DIALOG_H ! 10: ! 11: #include "configuration.h" ! 12: ! 13: /* prototypes for gui-sdl/dlg*.c functions: */ ! 14: int Dialog_MainDlg(bool *bReset, bool *bLoadedSnapshot); ! 15: void Dialog_AboutDlg(void); ! 16: int DlgAlert_Notice(const char *text); ! 17: int DlgAlert_Query(const char *text); ! 18: void Dialog_DeviceDlg(void); ! 19: void DlgFloppy_Main(void); ! 20: void DlgSCSI_Main(void); ! 21: void DlgOptical_Main(void); ! 22: void DlgEthernet_Main(void); ! 23: bool DlgEthernetAdvanced(void); ! 24: void DlgSound_Main(void); ! 25: void DlgPrinter_Main(void); ! 26: void Dialog_JoyDlg(void); ! 27: void Dialog_KeyboardDlg(void); ! 28: void Dialog_MouseDlg(void); ! 29: bool Dialog_MemDlg(void); ! 30: void Dialog_MemAdvancedDlg(int *membanks); ! 31: char* DlgNewDisk_Main(void); ! 32: void Dialog_MonitorDlg(void); ! 33: void Dialog_WindowDlg(void); ! 34: void Dialog_SoundDlg(void); ! 35: void Dialog_SystemDlg(void); ! 36: void Dialog_AdvancedDlg(void); ! 37: void Dialog_GraphicsDlg(void); ! 38: bool Dialog_DimensionDlg(int board); ! 39: void DlgRom_Main(void); ! 40: void DlgBoot_Main(void); ! 41: void DlgMissing_Rom(const char* type, char *imgname, const char *defname, bool *enabled); ! 42: void DlgMissing_Disk(const char* type, int num, char *imgname, bool *ins, bool *wp); ! 43: /* and dialog.c */ ! 44: bool Dialog_DoProperty(void); ! 45: void Dialog_CheckFiles(void); ! 46: ! 47: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.