|
|
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.4 root 13: extern CNF_PARAMS DialogParams;
1.1 root 14:
1.1.1.5 root 15: /* prototypes for gui-sdl/dlg*.c functions: */
16: extern int Dialog_MainDlg(BOOL *bReset);
17: extern void Dialog_AboutDlg(void);
18: extern int DlgAlert_Notice(const char *text);
19: extern int DlgAlert_Query(const char *text);
20: extern void Dialog_DeviceDlg(void);
1.1.1.6 root 21: extern void Dialog_DiskDlg(void);
1.1.1.5 root 22: extern void Dialog_JoyDlg(void);
23: extern void Dialog_KeyboardDlg(void);
24: extern void Dialog_MemDlg(void);
1.1.1.6 root 25: extern void DlgNewDisk_Main(void);
1.1.1.5 root 26: extern void Dialog_ScreenDlg(void);
27: extern void Dialog_SoundDlg(void);
28: extern void Dialog_SystemDlg(void);
29: extern void DlgRom_Main(void);
1.1.1.8 ! root 30: /* and dialog.c */
1.1.1.7 root 31: extern BOOL Dialog_DoNeedReset(void);
1.1.1.8 ! root 32: extern BOOL Dialog_DoProperty(void);
! 33: extern void Dialog_CopyDialogParamsToConfiguration(BOOL bForceReset);
1.1.1.7 root 34: extern void Dialog_LoadParams(void);
35: extern void Dialog_SaveParams(void);
1.1.1.5 root 36:
1.1.1.4 root 37: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.