home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Teach Yourself Game Programming in 21 Days
/
TYGAMES_R.ISO
/
source
/
day_14
/
graph14.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-20
|
249 b
|
11 lines
// P R O T O T Y P E S ////////////////////////////////////////////////////////
void Draw_Polygon_DB(polygon_ptr poly);
void Draw_Polygon_Clip_DB(polygon_ptr poly);
void Bline_DB(int xo, int yo, int x1,int y1, unsigned char color);