diff options
| author | auth12 <[email protected]> | 2020-07-22 08:37:58 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-22 08:37:58 -0700 |
| commit | 7caedef9a8c343b63cef6e971f4f87660520bb82 (patch) | |
| tree | 66477c42a768bf5efb1177130347170c62f6cb60 /server/src/client | |
| parent | Added game selection. (diff) | |
| download | loader-7caedef9a8c343b63cef6e971f4f87660520bb82.tar.xz loader-7caedef9a8c343b63cef6e971f4f87660520bb82.zip | |
Client injection.
Process class implementation.
Diffstat (limited to 'server/src/client')
| -rw-r--r-- | server/src/client/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/client/client.h b/server/src/client/client.h index 0f8c338..54df957 100644 --- a/server/src/client/client.h +++ b/server/src/client/client.h @@ -26,6 +26,7 @@ class client { public: std::string hwid; + std::string username; int state; client() : m_socket{-1} {}; |