BigEasyUtils.h

BigEasyUtils.h

/*
   File:      BigEasyUtils.h

   Contains:   xxx put contents here xxx

   Written by:   xxx put writers here xxx

   Copyright:   

   Change History (most recent first):

       <3>     4/8/96   dvb      
       <2>   11-10-94   dvb      GetModKeys

*/

/* file: BigEasyUtils.h
  *
  * Started 25 January 1992, more or less.
  *
  * Little Extras that go
  * well with BigEasy.
  *
  */

/*--------------------------
   Types and globals
--------------------------*/


#define SignIt(x) ( (x)?1:-1)


/*--------------------------
   Routines
--------------------------*/

void SetMenuItemRange(short loRef,short hiRef,short active,short bulletRef);
long RememberThis(long what,short which);
void CenterRect(Rect *centerThis,Rect *insideThis);
short GetModKeys(void);

void BEDisposePtrAt(Ptr *pp);
void BEDisposeHandleAt(Handle *hh);
void BEBlockClear(void *x,long count);

PM.6/25/96 - 4:49.PM