#pragma interface "help.cpp"
#endif
-#define hvVERSION 1.02
+#define hvVERSION 1.03
// If 1, start a server to allow this to be used
// as an external help viewer.
/// Clean up the application's data.
virtual int OnExit();
-
+
+#ifdef __WXMAC__
+ /// Respond to Apple Event for opening a document
+ virtual void MacOpenFile(const wxString& filename);
+#endif
+
/// Prompt the user for a book to open
bool OpenBook(wxHtmlHelpController* controller);