comparison include/main.h @ 10:36811fd22bd2

v1.4
author pyon@macmini
date Thu, 08 Nov 2018 19:15:43 +0900
parents ae89ce4793d8
children 799b6008db8e
comparison
equal deleted inserted replaced
9:ae89ce4793d8 10:36811fd22bd2
1 // Filename : main.h 1 // Filename : main.h
2 // Last Change: 2018-10-31 13:21:30. 2 // Last Change: 2018-11-01 11:13:19.
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>
16 DECLARE_CLASS( MyApp ) 16 DECLARE_CLASS( MyApp )
17 private: 17 private:
18 wxFileConfig *config; 18 wxFileConfig *config;
19 wxString conf_file; 19 wxString conf_file;
20 int splash = 150; 20 int splash = 150;
21 wxString unlock_key;
21 wxString m_serveraddr; 22 wxString m_serveraddr;
22 int m_serverport; 23 int m_serverport;
23 bool develop; 24 bool develop;
24 25
25 public: 26 public: