#ifndef HELPDLG_H #define HELPDLG_H #include "wxw.h" class HelpDlg : public wxDialog { public: HelpDlg(wxWindow *parent, wxWindowID id); }; #endif