home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
100-199
/
ff128.lzh
/
MRBackup
/
Menu.h
< prev
next >
Wrap
Text File
|
1988-01-02
|
331b
|
16 lines
/* Menu constant definitions */
#define MENU_PROJECT 0
#define ITEM_BACKUP 0
#define ITEM_RESTORE 1
#define ITEM_ABOUT 2
#define ITEM_QUIT 3
#define MENU_FLAGS 1
#define ITEM_COMPRESS 0
#define ITEM_NOCOMPRESS 1
#define ITEM_LIST 2
#define ITEM_NOLIST 3
#define ITEM_SPEECH 4
#define ITEM_NOSPEECH 5