|
|
1.1.1.4 root 1: /*
2: Hatari - dialog.h
1.1 root 3:
1.1.1.4 root 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: */
1.1 root 7:
1.1.1.4 root 8: #ifndef HATARI_DIALOG_H
9: #define HATARI_DIALOG_H
1.1 root 10:
1.1.1.4 root 11: #include "configuration.h"
1.1.1.2 root 12:
1.1.1.5 root 13: /* prototypes for gui-sdl/dlg*.c functions: */
1.1.1.10 root 14: extern int Dialog_MainDlg(bool *bReset, bool *bLoadedSnapshot);
1.1.1.5 root 15: extern void Dialog_AboutDlg(void);
16: extern int DlgAlert_Notice(const char *text);
17: extern int DlgAlert_Query(const char *text);
18: extern void Dialog_DeviceDlg(void);
1.1.1.11! root 19: extern void DlgFloppy_Main(void);
! 20: extern void DlgHardDisk_Main(void);
1.1.1.5 root 21: extern void Dialog_JoyDlg(void);
22: extern void Dialog_KeyboardDlg(void);
1.1.1.10 root 23: extern bool Dialog_MemDlg(void);
1.1.1.6 root 24: extern void DlgNewDisk_Main(void);
1.1.1.5 root 25: extern void Dialog_ScreenDlg(void);
26: extern void Dialog_SoundDlg(void);
27: extern void Dialog_SystemDlg(void);
28: extern void DlgRom_Main(void);
1.1.1.8 root 29: /* and dialog.c */
1.1.1.9 root 30: extern bool Dialog_DoProperty(void);
1.1.1.5 root 31:
1.1.1.4 root 32: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.