home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
pointer_430.lzh
/
Pointer
/
zz_pointer.h
< prev
Wrap
C/C++ Source or Header
|
1991-01-11
|
432b
|
19 lines
/**************************************
* ZZ_POINTER.H 08/05/90
* Written by Timm Martin
* This source code is public domain.
***************************************/
#ifndef ZZ_POINTER_H
#define ZZ_POINTER_H
extern USHORT *zz_pointer;
extern void zz_pointer_close( void );
extern BOOL zz_pointer_open( void );
#define ZZ_POINTER(w) SetPointer(w,zz_pointer,25L,16L,-7L,-11L)
#define CLEAR_POINTER(w) ClearPointer(w)
#endif