home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OS9_6X09
/
GAMES
/
Reversi.lzh
/
rev_img.h
< prev
next >
Wrap
Text File
|
1991-05-02
|
610b
|
26 lines
/* include file for the reversi image file
* May 1991 -- Joel Matthew Rees
*
* The y dimension is the same as the x dimension for all images in this file.
*/
/* the font, with x dimension, screen type, and buffer length
*/
extern char gcfont[];
extern int gcfontx, gcfontty, gcfontln;
/* the playing pieces, with x dimension, screen type, and buffer length
*/
extern int piecex, piecety;
extern char black[], white[];
extern int blackln, whiteln;
/* the cursors, with x dimension, screen type, and buffer length
*/
extern int cursx, cursty;
extern char illegal[], arcxhair[];
extern int illln, arcxhaln;