|
|
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.9 ! root 14: extern int Dialog_MainDlg(bool *bReset);
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.6 root 19: extern void Dialog_DiskDlg(void);
1.1.1.5 root 20: extern void Dialog_JoyDlg(void);
21: extern void Dialog_KeyboardDlg(void);
22: extern void Dialog_MemDlg(void);
1.1.1.6 root 23: extern void DlgNewDisk_Main(void);
1.1.1.5 root 24: extern void Dialog_ScreenDlg(void);
25: extern void Dialog_SoundDlg(void);
26: extern void Dialog_SystemDlg(void);
27: extern void DlgRom_Main(void);
1.1.1.8 root 28: /* and dialog.c */
1.1.1.9 ! root 29: extern bool Dialog_DoProperty(void);
1.1.1.5 root 30:
1.1.1.4 root 31: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.