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

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: */
                     14: extern int Dialog_MainDlg(bool *bReset, bool *bLoadedSnapshot);
                     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);
                     19: extern void DlgFloppy_Main(void);
                     20: extern void DlgHardDisk_Main(void);
                     21: extern void Dialog_JoyDlg(void);
                     22: extern void Dialog_KeyboardDlg(void);
                     23: extern bool Dialog_MemDlg(void);
                     24: extern char* DlgNewDisk_Main(void);
                     25: extern void Dialog_MonitorDlg(void);
                     26: extern void Dialog_WindowDlg(void);
                     27: extern void Dialog_SoundDlg(void);
                     28: extern void Dialog_SystemDlg(void);
                     29: extern void DlgRom_Main(void);
                     30: /* and dialog.c */
                     31: extern bool Dialog_DoProperty(void);
                     32: 
                     33: #endif

unix.superglobalmegacorp.com

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