home *** CD-ROM | disk | FTP | other *** search
/ M.u.C.S. Disc 2000 / MUCS2000.iso / sound / mp2 / src / gem / mp2wind.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-20  |  335 b   |  18 lines

  1. #include "mp2ctrl.h" /* rsc file defines */
  2.  
  3. typedef struct
  4. {
  5.     int whandle,wind_open,windkind,firstobj,objdepth;
  6.     char wind_title[64];
  7.     CORDS wind,form;
  8.     OBJECT *formtree;
  9. } WINDFORM;
  10.  
  11. #define WIND_CTRL 0
  12. #define WIND_INFO 1
  13. /* #define WIND_LYRICS 2 */
  14.  
  15. #define N_WINDS 2
  16.  
  17. #define KEEPSELECT 0x8000  /* flag bit 15 */
  18.