Mercurial > mercurial > hgweb_renren.cgi
view include/main.h @ 0:00c5161d67b8 default tip
first release.
author | pyon@macmini |
---|---|
date | Tue, 29 Oct 2013 19:23:03 +0900 |
parents | |
children |
line wrap: on
line source
// Filename : main.h // Last Change: 29-Oct-2013. // #include "wx/wx.h" #include "wx/config.h" #include "wx/fileconf.h" // private classes // Define a new application type, each program should derive a class from wxApp class MyApp : public wxApp { DECLARE_CLASS( MyApp ) public: MyApp(); ~MyApp(); virtual bool OnInit(); virtual int OnExit(); }; DECLARE_APP(MyApp)