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 /client/src/injection/mapper.h | |
| parent | Added game selection. (diff) | |
| download | loader-7caedef9a8c343b63cef6e971f4f87660520bb82.tar.xz loader-7caedef9a8c343b63cef6e971f4f87660520bb82.zip | |
Client injection.
Process class implementation.
Diffstat (limited to 'client/src/injection/mapper.h')
| -rw-r--r-- | client/src/injection/mapper.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/client/src/injection/mapper.h b/client/src/injection/mapper.h index d1cfa5c..1c39d8b 100644 --- a/client/src/injection/mapper.h +++ b/client/src/injection/mapper.h @@ -2,13 +2,6 @@ namespace mmap { - void thread(tcp::client& client) { - while (client.mapper_data.imports.empty()) { - std::this_thread::sleep_for(std::chrono::milliseconds(100)); - } - - - - } + void thread(tcp::client& client); };
\ No newline at end of file |