BigEasy/BigEasyUtils.h

/* 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);