#ifndef MAINFRAME_H #define MAINFRAME_H #include class CMainFrame : public wxFrame { public: explicit CMainFrame(const wxString& title); }; #endif