home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1995 January / CDuser6Jan95.iso / WING / PALANIM.H_ / PALANIM.H
Text File  |  1994-06-19  |  960b  |  35 lines

  1. /*
  2.  *    PALANIM.H
  3.  *
  4.  *    (C) Copyright Microsoft Corp. 1994.  All rights reserved.
  5.  *
  6.  *    You have a royalty-free right to use, modify, reproduce and 
  7.  *    distribute the Sample Files (and/or any modified version) in 
  8.  *    any way you find useful, provided that you agree that 
  9.  *    Microsoft has no warranty obligations or liability for any 
  10.  *    Sample Application Files which are modified. 
  11.  */
  12.  
  13. /* Menu Items */
  14. #define MENU_ABOUT      1
  15. #define MENU_EXIT       2
  16.  
  17. #define MENU_RED        3
  18. #define MENU_GREEN      4
  19. #define MENU_BLUE       5
  20. #define MENU_STATIC     6
  21.  
  22. #define MENU_PALETTE    7
  23. #define MENU_CURTAIN    8
  24.  
  25. /****************************************************************************
  26. ****************************************************************************/
  27.  
  28. #ifdef DEBUG
  29.     extern void FAR CDECL dprintf(LPSTR szFormat, ...);
  30.     #define DPF dprintf
  31. #else
  32.     #define DPF ; / ## /
  33. #endif
  34. 
  35.