home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : MacPerl - Real Perl Application
- File : MPScript.h - Handle scripts
- Author : Matthias Neeracher
- Language : MPW C
-
- $Log: MPScript.h,v $
- Revision 1.1 1994/02/27 23:04:28 neeri
- Initial revision
-
- Revision 0.1 1993/09/16 00:00:00 neeri
- Runtime is not particularly fond of AppleEvents
-
- *********************************************************************/
-
- #ifndef __MPSCRIPT__
- #define __MPSCRIPT__
-
- pascal void InitPerlEnviron();
-
- pascal void DoScriptMenu(short theItem);
-
- pascal OSErr DoScript(const AppleEvent *theAppleEvent, AppleEvent *reply, long refCon);
-
- pascal Boolean DoRuntime();
-
- #endif