r545: no message
[ctsim.git] / src / ctsim.h
index eb497b0b655c02a39a7b34d3bb9c613843c8f9de..bb91b857eeb3b36ac2e49db606077d486ff587fc 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: ctsim.h,v 1.45 2001/02/11 22:23:03 kevin Exp $
+**  $Id: ctsim.h,v 1.46 2001/02/16 00:28:41 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -73,6 +73,7 @@ class Graph3dFileDocument;
 #include "wx/help.h"
 #include "wx/html/helpctrl.h"
 #include "dlgezplot.h"
+#include "ctsim-map.h"
 
 
 #if defined(__WXMSW__) || defined (MSVC)
@@ -138,7 +139,9 @@ public:
   void OnHelpContents (wxCommandEvent& event);
   void OnCreatePhantom (wxCommandEvent& event);
   void OnPreferences (wxCommandEvent& event);
-  
+
+  void OnHelpButton (wxCommandEvent& event);
+
 #if defined(CTSIM_WINHELP) && (defined(DEBUG) || defined(_DEBUG))
   void OnHelpSecondary (wxCommandEvent& event);
 #endif