home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / shapw102.zip / romy102.zip / romybmp.h < prev    next >
C/C++ Source or Header  |  1998-10-06  |  598b  |  23 lines

  1. /*
  2.  * romybmp.h - Locations on Romy's Bitmap
  3.  */
  4.  
  5. #ifndef _ROMYBMP_H
  6. #define _ROMYBMP_H
  7.  
  8. #define EYE_Y       51      /* Y position of eyes   */
  9. #define EYE_XL      21      /* Center of Left  Eye  */
  10. #define EYE_XR      41      /* Center of Right Eye  */
  11. #define EYE_RO       7      /* Rad. Outer Circle    */
  12. #define EYE_RI       2      /* Rad. of Eye Ball     */
  13.  
  14. #define RCT_XL      11      /* Region to Update     */
  15. #define RCT_XR      52
  16. #define RCT_YT      62
  17. #define RCT_YB      41
  18.  
  19. #define CLR_BACK    CLR_WHITE
  20. #define CLR_BALL    CLR_BLACK
  21.  
  22. #endif  /* _ROMYBMP_H */
  23.