Annotation of previous/src/includes/dialog.h, revision 1.1.1.4

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: */
1.1.1.4 ! root       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: void DlgSound_Main(void);
        !            24: void DlgPrinter_Main(void);
        !            25: void Dialog_JoyDlg(void);
        !            26: void Dialog_KeyboardDlg(void);
        !            27: void Dialog_MouseDlg(void);
        !            28: bool Dialog_MemDlg(void);
        !            29: void Dialog_MemAdvancedDlg(int *membanks);
        !            30: char* DlgNewDisk_Main(void);
        !            31: void Dialog_MonitorDlg(void);
        !            32: void Dialog_WindowDlg(void);
        !            33: void Dialog_SoundDlg(void);
        !            34: void Dialog_SystemDlg(void);
        !            35: void Dialog_AdvancedDlg(void);
        !            36: void Dialog_DimensionDlg(void);
        !            37: void DlgRom_Main(void);
        !            38: void DlgBoot_Main(void);
        !            39: void DlgMissing_Rom(const char* type, char *imgname, const char *defname, bool *enabled);
        !            40: void DlgMissing_Disk(const char* type, int num, char *imgname, bool *ins, bool *wp);
1.1       root       41: /* and dialog.c */
1.1.1.4 ! root       42: bool Dialog_DoProperty(void);
        !            43: void Dialog_CheckFiles(void);
1.1       root       44: 
                     45: #endif

unix.superglobalmegacorp.com

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