Annotation of hatari/src/includes/dialog.h, revision 1.1.1.7

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.2   root       15: extern BOOL Dialog_DoProperty(void);
1.1.1.4   root       16: 
1.1.1.5   root       17: /* prototypes for gui-sdl/dlg*.c functions: */
                     18: extern int Dialog_MainDlg(BOOL *bReset);
                     19: extern void Dialog_AboutDlg(void);
                     20: extern int DlgAlert_Notice(const char *text);
                     21: extern int DlgAlert_Query(const char *text);
                     22: extern void Dialog_DeviceDlg(void);
1.1.1.6   root       23: extern void Dialog_DiskDlg(void);
1.1.1.5   root       24: extern void Dialog_JoyDlg(void);
                     25: extern void Dialog_KeyboardDlg(void);
                     26: extern void Dialog_MemDlg(void);
1.1.1.6   root       27: extern void DlgNewDisk_Main(void);
1.1.1.5   root       28: extern void Dialog_ScreenDlg(void);
                     29: extern void Dialog_SoundDlg(void);
                     30: extern void Dialog_SystemDlg(void);
                     31: extern void DlgRom_Main(void);
1.1.1.7 ! root       32: extern void Dialog_CopyDialogParamsToConfiguration(BOOL bForceReset);
        !            33: extern BOOL Dialog_DoNeedReset(void);
        !            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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.