Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/main.h @ 9:ae89ce4793d8
add satellite-view.
author | pyon@macmini |
---|---|
date | Wed, 31 Oct 2018 20:10:29 +0900 |
parents | 29829e98d510 |
children | 36811fd22bd2 |
line wrap: on
line diff
--- a/include/main.h Tue Oct 30 17:26:02 2018 +0900 +++ b/include/main.h Wed Oct 31 20:10:29 2018 +0900 @@ -1,5 +1,5 @@ // Filename : main.h -// Last Change: 2018-10-25 17:24:41. +// Last Change: 2018-10-31 13:21:30. // #include <wx/wx.h> #include <wx/config.h> @@ -17,6 +17,7 @@ private: wxFileConfig *config; wxString conf_file; + int splash = 150; wxString m_serveraddr; int m_serverport; bool develop; @@ -32,6 +33,7 @@ void InitSetting(); void SaveSetting(); + void SplashScreen( int ms ); void RemoveFile( wxString pattern ); };