home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 3
/
RISC_DISC_3.iso
/
resources
/
etexts
/
gems
/
gemsi
/
2dclip
/
box.h
< prev
next >
Wrap
Text File
|
1992-09-08
|
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;