/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __PNTG__ #define __PNTG__ extern Boolean idPNTG(uchar *theData, long theSize, short refNum, FSSpec *theSpec); extern OSErr OpenPNTG(ImageHandle theImage); extern OSErr DrawPNTG(Handle theHandle, JVDrawParamsHandle theParams); #endif