home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume4 / xgo / part04 / xpiecenum.h < prev    next >
Text File  |  1988-04-08  |  961b  |  47 lines

  1. /*
  2.  * $Header: xpiecenum.h,v 1.2 88/02/13 12:57:42 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 Smask 0
  22. #define Smask0 1
  23. #define Spiecemask 2
  24. #define Sintersect 3
  25. #define Spoint 4
  26. #define Sblack 6
  27. #define Swhite 5
  28. #define Sdl 7
  29. #define Sdr 8
  30. #define Sul 9
  31. #define Sur 10
  32. #define Su 11
  33. #define Sr 12
  34. #define Sd 13
  35. #define Sl 14
  36. #define Sneu 15
  37. #define Sfbl 16
  38. #define Sfwh 17
  39. #define Sbutton 18
  40. /*
  41.  * $Log:    xpiecenum.h,v $
  42.  * Revision 1.2  88/02/13  12:57:42  hale
  43.  * added logging.
  44.  * 
  45.  */
  46.  
  47.