Update main.h

pull/55/head
langren1353 2020-02-04 14:50:08 +08:00 committed by GitHub
parent 093efb6b94
commit 4467920a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ class CMain
char m_aLocation[128];
char m_aPassword[128];
// add several extra data
char m_aExtra1[128];
char m_aExtra2[128];
char m_aExtra3[128];
int64 m_TimeConnected;
int64 m_LastUpdate;