home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : MacPerl - Real Perl Application
- File : MPHelp.h - Various helpful functions
- Author : Matthias Neeracher
- Started : 09Aug93 Language : MPW C
- Modified : 16Sep93 MN Runtime doesn't support Ballons
- Last : 16Sep93
- *********************************************************************/
-
- #ifndef __MPHELP__
- #define __MPHELP__
-
- #include <Memory.h>
- #include <QuickDraw.h>
- #include <Types.h>
-
- #include "MPGlobals.h"
-
- #ifndef RUNTIME
- void DoHelp(WindowPtr win, DPtr doc, Point pt, Boolean inText);
- #endif
-
- void Explain(DPtr doc);
-
- #endif