headers/BoxPaint_utility.h

/*  BoxPaint_utility.h                                                                          
 
    Nick Thompson
    Michael Bishop - August 21 1996                                                 
    (c)1994-96 Apple Computer Inc., All Rights Reserved                             
 
*/
 
#ifndef _UTILITY_H_
#define _UTILITY_H_
 
#include "QD3D.h"
 
short       Utility_HiWrd(long aLong) ;
short       Utility_LoWrd(long aLong) ;
 
void        Utility_MyGetMouse(TQ3Point2D *thePoint);
int         Utility_MyStillDown(void);
 
 
#endif