home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / GAMES / NEKO / NEKO.ZIP / neko / src / neko.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-02  |  530 b   |  24 lines

  1. #define WINDOW_WIDTH 160
  2. #define WINDOW_HEIGHT 160
  3.  
  4. #define MAIN_FORM_ID 1000
  5. #define ABOUT_BUTTON_ID 1001
  6.  
  7. #define ABOUT_FORM_ID 1100
  8. #define ABOUT_LABEL1_ID 1101
  9. #define ABOUT_LABEL2_ID 1102
  10. #define ABOUT_LABEL3_ID 1103
  11. #define ABOUT_OK_BUTTON_ID 1104
  12.  
  13. #define ABOUT_HELP_ID 1105
  14.  
  15. #define NEKO_BITMAPS 1000
  16. #define NEKO_KAKI2_ID 1004
  17.  
  18. #define BIRD_BITMAP_ID 1040
  19. #define BIRD_CURSOR_ID 1041
  20. #define MOUSE_BITMAP_ID 1043
  21. #define MOUSE_CURSOR_ID 1044
  22. #define FISH_BITMAP_ID 1046
  23. #define FISH_CURSOR_ID 1047
  24.