Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/main.h @ 5:e3b10fb860b3
release v1.0.
author | pyon@macmini |
---|---|
date | Mon, 22 Oct 2018 22:17:02 +0900 |
parents | 06342fc544e4 |
children | 9a8b581c1993 |
comparison
equal
deleted
inserted
replaced
4:06342fc544e4 | 5:e3b10fb860b3 |
---|---|
1 // Filename : main.h | 1 // Filename : main.h |
2 // Last Change: 2018-10-12 ‹à 16:16:45. | 2 // Last Change: 2018-10-19 ‹à 16:02:35. |
3 // | 3 // |
4 #include <wx/wx.h> | 4 #include <wx/wx.h> |
5 #include <wx/config.h> | 5 #include <wx/config.h> |
6 #include <wx/fileconf.h> | 6 #include <wx/fileconf.h> |
7 #include <wx/splash.h> | 7 #include <wx/splash.h> |
8 #include <wx/fs_zip.h> | |
9 #include <wx/filesys.h> | |
10 #include <wx/wfstream.h> | |
8 | 11 |
9 // private classes | 12 // private classes |
10 // Define a new application type, each program should derive a class from wxApp | 13 // Define a new application type, each program should derive a class from wxApp |
11 class MyApp : public wxApp | 14 class MyApp : public wxApp |
12 { | 15 { |