Mercurial > mercurial > hgweb_kaigo.hg.cgi
view Porori/include/main.h @ 4:ff7a3c254956 draft
new: superFC
author | pyon <pyon@macmini> |
---|---|
date | Tue, 15 Jun 2021 06:19:45 +0900 |
parents | aaaa401818a1 |
children |
line wrap: on
line source
// Filename : main.h // Last Change: 2016-12-01 –Ø 18:02:02. // #include <wx/wx.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)