home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / ACS.ZIP / ACS / MENUE / MENUE.H < prev    next >
C/C++ Source or Header  |  1992-01-28  |  595b  |  44 lines

  1. /*
  2.  
  3.     This file was create with ACS 1.0 (c) Stefan Bachert 1991
  4.  
  5.     The contents is based on file: E:\ACS.DOC\MENUE\MENUE.ACS
  6.  
  7.     compiled at: Tue Sep 03 14:22:32 1991
  8.  
  9. */
  10.  
  11.  
  12.  
  13. /*    STRINGS        */
  14.  
  15.  
  16.  
  17. /*    MENU TREES    */
  18.  
  19. extern OBJECT MENU;
  20. #define SEL_0        (17)
  21. #define SEL_1        (18)
  22. #define SEL_ANY      (19)
  23. #define OBJ1         (21)
  24. #define OBJ2         (22)
  25. #define OBJ23        (23)
  26. #define OBJnot4      (24)
  27. #define OBJxor34     (25)
  28.  
  29.  
  30.  
  31. /*    OBJECT TREES    */
  32.  
  33. extern OBJECT DRAGS;
  34.  
  35.  
  36.  
  37. /*    WINDOWS    */
  38.  
  39. extern Awindow DEMO        ;
  40.  
  41.  
  42. extern Adescr ACSdescr;
  43.  
  44.