comparison include/main.h @ 7:29829e98d510

add net.cpp
author pyon@macmini
date Fri, 26 Oct 2018 21:05:11 +0900
parents 9a8b581c1993
children ae89ce4793d8
comparison
equal deleted inserted replaced
6:9a8b581c1993 7:29829e98d510
1 // Filename : main.h 1 // Filename : main.h
2 // Last Change: 2018-10-23 ‰Î 10:09:58. 2 // Last Change: 2018-10-25 –Ø 17:24:41.
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>
15 { 15 {
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 wxString m_server; 20 wxString m_serveraddr;
21 int m_serverport;
21 bool develop; 22 bool develop;
22 23
23 public: 24 public:
24 wxRect rect; 25 wxRect rect;
25 26