home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ Games Programming
/
CPPGAMES.ISO
/
mt
/
install.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-02-09
|
583b
|
18 lines
/* install.h */
/* menu deffinition for the INSTALL.C menu */
#define NPARAM 10
struct selement scrndata[NPARAM] = {
{ 3, 5, "Text Mode", 0, 1, 0, 0, 0 },
{ 3, 8, "Graphics Mode", 0, 2, 1, 1, 1 },
{ 3, 17, "Normal Letters", 1, 5, 2, 3, 2 },
{ 21, 17, "Cursor", 1, 6, 2, 4, 3 },
{ 50, 17, "Other", 1, 7, 3, 4, 4 },
{ 3, 18, "Background", 2, 8, 5, 6, 5 },
{ 21, 18, "Background", 3, 8, 5, 7, 6 },
{ 50, 18, "Background", 4, 8, 6, 7, 7 },
{ 3, 20, "Save Choices", 5, 9, 8, 6, 8 },
{ 3, 22, "Quit Install", 8, 9, 9, 6, 9 },
};