Mercurial > mercurial > hgweb_qlipbrd.cgi
view include/main.h @ 1:e4aa0e7a07ad
Second release.
author | pyon@macmini |
---|---|
date | Sun, 13 Sep 2015 14:56:42 +0900 |
parents | cb3403ca39b1 |
children |
line wrap: on
line source
// Filename : main.h // Last Change: 2015-08-26 Wed 19:50:46. // #include <wx/wx.h> #include <wx/help.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)