home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
l
/
l-coll1.zip
/
POINTERL.ZOO
/
PointerLib
/
src
/
Pointer.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-03-24
|
205b
|
15 lines
/*******************************/
/* Pointer.library Header File */
/*******************************/
struct Pointer
{
USHORT* Data;
long Height;
long Width;
long XOff;
long YOff;
long Size;
};