home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume4
/
xgo
/
part04
/
xpiecenum.h
< prev
next >
Wrap
Text File
|
1988-04-08
|
961b
|
47 lines
/*
* $Header: xpiecenum.h,v 1.2 88/02/13 12:57:42 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 Smask 0
#define Smask0 1
#define Spiecemask 2
#define Sintersect 3
#define Spoint 4
#define Sblack 6
#define Swhite 5
#define Sdl 7
#define Sdr 8
#define Sul 9
#define Sur 10
#define Su 11
#define Sr 12
#define Sd 13
#define Sl 14
#define Sneu 15
#define Sfbl 16
#define Sfwh 17
#define Sbutton 18
/*
* $Log: xpiecenum.h,v $
* Revision 1.2 88/02/13 12:57:42 hale
* added logging.
*
*/