home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.4 / 1996-05_-_Disc_2.4.bin / savage / wing / palanim.h_ / palanim.h
C/C++ Source or Header  |  1994-08-13  |  1KB  |  39 lines

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