Mercurial > mercurial > hgweb_golang.cgi
view src/kaigo/horori/searcher/include/main.h @ 49:8384ca56f1b4
small changes.
author | pyon@macmini |
---|---|
date | Thu, 23 Apr 2020 22:54:58 +0900 |
parents | 20b42e2deae1 |
children |
line wrap: on
line source
// Filename : main.h // Last Change: 2020-03-12 –Ø 13:37:37. // #pragma once #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) private: public: MyApp(); ~MyApp(); virtual bool OnInit(); virtual int OnExit(); }; DECLARE_APP(MyApp)