home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
505a.lha
/
GrapicsGems
/
2DClip
/
box.h
< prev
next >
Wrap
Text File
|
1991-05-01
|
186b
|
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;