Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/main.h @ 3:db4813125eb8
many changes.
author | pyon@macmini |
---|---|
date | Thu, 11 Oct 2018 22:11:09 +0900 |
parents | 7fe3417cefc8 |
children | 06342fc544e4 |
line wrap: on
line diff
--- a/include/main.h Tue Oct 02 21:20:05 2018 +0900 +++ b/include/main.h Thu Oct 11 22:11:09 2018 +0900 @@ -1,9 +1,10 @@ // Filename : main.h -// Last Change: 2018-10-02 Tue 21:17:28. +// Last Change: 2018-10-03 18:11:51. // #include <wx/wx.h> #include <wx/config.h> #include <wx/fileconf.h> +#include <wx/splash.h> enum { ID_MAIN = wxID_HIGHEST + 1, @@ -31,7 +32,6 @@ void InitSetting(); void SaveSetting(); - void GetData(); }; DECLARE_APP( MyApp )