00001 00014 // For compilers that supports precompilation , includes wx/wx.h 00015 00016 #ifndef _cMainApp_h 00017 #define _cMainApp_h 00018 00019 class cMainApp: public wxApp 00020 { 00021 public: 00022 virtual bool OnInit(); 00023 }; 00024 00025 DECLARE_APP(cMainApp) // Declare the usual main function in wxWindows term(Create the corresponding main function for each platform: main(), WinMain()) 00026 00027 #endif // _cMainApp_h