Mercurial > mercurial > hgweb_iklist.hg.cgi
view include/main.h @ 2:c0f76f8e67fa draft v1.0
ver 1.0.0 release (add 2 items, time-limit@2022-09-30. & bug fix.)
author | pyon <pyon@macmini> |
---|---|
date | Sat, 28 Aug 2021 09:56:40 +0900 |
parents | 520044113ef0 |
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)