home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AP Professional Graphics CD-ROM Library
/
AP Professional Graphics CD-ROM Library.iso
/
pc
/
unix
/
appendix
/
gemsi
/
2dclip
/
box.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
C/C++ Source or Header
|
1992-09-08
|
186 b
|
14 lines
/*
* file box.h
* a short include file is better then no include file
*/
typedef struct { /* guess what this is */
long _lowx;
long _lowy;
long _highx;
long _highy;
} BOX;