home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume4 / xgo / part03 / Xintersect.h < prev    next >
Text File  |  1988-04-08  |  1KB  |  44 lines

  1. /*
  2.  * $Header: Xintersect.h,v 1.2 88/02/13 12:56:23 hale Exp $
  3.  */
  4.  
  5. /*
  6.  
  7.         Copyright 1987      Greg Hale
  8.  
  9. Permission to use, copy, modify, and distribute this
  10. software and its documentation for any purpose and without
  11. fee is hereby granted, provided that the above copyright
  12. notice appear in all copies and that both that copyright
  13. notice and this permission notice appear in supporting
  14. documentation.  No representations are made about the
  15. suitability of this software for any purpose.  It is
  16. provided "as is" without express or implied warranty.
  17.  
  18. */
  19.  
  20.  
  21. #define intersect_width 25
  22. #define intersect_height 25
  23. static short intersect_bits[] = {
  24.    0x1000, 0x0000, 0x1000, 0x0000,
  25.    0x1000, 0x0000, 0x1000, 0x0000,
  26.    0x1000, 0x0000, 0x1000, 0x0000,
  27.    0x1000, 0x0000, 0x1000, 0x0000,
  28.    0x1000, 0x0000, 0x1000, 0x0000,
  29.    0x1000, 0x0000, 0x3800, 0x0000,
  30.    0xffff, 0x01ff, 0x3800, 0x0000,
  31.    0x1000, 0x0000, 0x1000, 0x0000,
  32.    0x1000, 0x0000, 0x1000, 0x0000,
  33.    0x1000, 0x0000, 0x1000, 0x0000,
  34.    0x1000, 0x0000, 0x1000, 0x0000,
  35.    0x1000, 0x0000, 0x1000, 0x0000,
  36.    0x1000, 0x0000};
  37. /*
  38.  * $Log:    Xintersect.h,v $
  39.  * Revision 1.2  88/02/13  12:56:23  hale
  40.  * added logging.
  41.  * 
  42.  */
  43.  
  44.