home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / mt / install.h < prev    next >
C/C++ Source or Header  |  1989-02-09  |  583b  |  18 lines

  1. /* install.h */
  2. /* menu deffinition for the INSTALL.C menu */
  3.  
  4. #define NPARAM  10
  5.  
  6. struct selement scrndata[NPARAM] = {
  7.     { 3, 5, "Text Mode", 0, 1, 0, 0, 0 },
  8.     { 3, 8, "Graphics Mode", 0, 2, 1, 1, 1 },
  9.     { 3, 17, "Normal Letters", 1, 5, 2, 3, 2 },
  10.     { 21, 17, "Cursor", 1, 6, 2, 4, 3 },
  11.     { 50, 17, "Other", 1, 7, 3, 4, 4 },
  12.     { 3, 18, "Background", 2, 8, 5, 6, 5 },
  13.     { 21, 18, "Background", 3, 8, 5, 7, 6 },
  14.     { 50, 18, "Background", 4, 8, 6, 7, 7 },
  15.     { 3, 20, "Save Choices", 5, 9, 8, 6, 8 },
  16.     { 3, 22, "Quit Install", 8, 9, 9, 6, 9 },
  17. };
  18.