home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource1 / animte / animate.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-30  |  907 b   |  36 lines

  1. //
  2. // Globals
  3. #define INVERT          0x00990066
  4. #define MAX_FILE_LEN    255
  5.  
  6. //
  7. // Menu Items
  8. #define IDM_HELP_CONTENTS  910
  9. #define IDM_HELP_HELP      920
  10. #define IDM_HELP_CELL      930
  11. #define IDM_HELP_COLORS    931
  12. #define IDM_HELP_CURSOR    932
  13. #define IDM_HELP_CURTAIN   933
  14. #define IDM_HELP_SCROLL    934
  15. #define IDM_HELP_DECRYPT   935
  16. #define IDM_ABOUT          990
  17.  
  18. //
  19. // Dialog Boxes
  20. #define ABOUTBOX           9000
  21. #define WINICON            9010
  22.  
  23. #define REGISTER           9100
  24. #define REGISTER_EDIT      9110
  25.  
  26.  
  27. //
  28. // Global Prototypes
  29. void FAR PASCAL GetMainDir(LPSTR);
  30. void FAR PASCAL GetHelpFileName(LPSTR);
  31. int  FAR PASCAL ServantWareAbout(HWND);
  32. BOOL FAR PASCAL AboutProc(HWND, unsigned, WORD, LONG);
  33. BOOL FAR PASCAL Registered(void);
  34. BOOL FAR PASCAL RegistrationProc(HWND, unsigned, WORD, LONG);
  35. BOOL FAR PASCAL DecryptProc(HWND, unsigned, WORD, LONG);
  36.