/*  File:			  AGValues.h  Contains:		Header to AGValues.c  Written by:	Don Swatman  Copyright:	© 1996 by Apple Computer, Inc., all rights reserved.*/#ifndef __AGVALUES__#define __AGVALUES__//==============================================// Install and remove handlers//==============================================OSErr InitAGStuff();void RemoveAGStuff();#endif