home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume4
/
xgo
/
part03
/
Xintersect.h
< prev
next >
Wrap
Text File
|
1988-04-08
|
1KB
|
44 lines
/*
* $Header: Xintersect.h,v 1.2 88/02/13 12:56:23 hale Exp $
*/
/*
Copyright 1987 Greg Hale
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation. No representations are made about the
suitability of this software for any purpose. It is
provided "as is" without express or implied warranty.
*/
#define intersect_width 25
#define intersect_height 25
static short intersect_bits[] = {
0x1000, 0x0000, 0x1000, 0x0000,
0x1000, 0x0000, 0x1000, 0x0000,
0x1000, 0x0000, 0x1000, 0x0000,
0x1000, 0x0000, 0x1000, 0x0000,
0x1000, 0x0000, 0x1000, 0x0000,
0x1000, 0x0000, 0x3800, 0x0000,
0xffff, 0x01ff, 0x3800, 0x0000,
0x1000, 0x0000, 0x1000, 0x0000,
0x1000, 0x0000, 0x1000, 0x0000,
0x1000, 0x0000, 0x1000, 0x0000,
0x1000, 0x0000, 0x1000, 0x0000,
0x1000, 0x0000, 0x1000, 0x0000,
0x1000, 0x0000};
/*
* $Log: Xintersect.h,v $
* Revision 1.2 88/02/13 12:56:23 hale
* added logging.
*
*/