home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
gems
/
g_gemsi.lha
/
GraphicsGems
/
2DClip
/
box.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-10
|
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;