diff options
| author | auth12 <[email protected]> | 2020-07-28 07:34:55 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-28 07:34:55 -0700 |
| commit | 733272ed4960324a20606fba1b7810412c06bac7 (patch) | |
| tree | e7f33f10eae3a212fcdd2250910a7d7d88d67069 /client/src/main.cpp | |
| parent | Removed linuxpe dependency on windows client. (diff) | |
| download | loader-733272ed4960324a20606fba1b7810412c06bac7.tar.xz loader-733272ed4960324a20606fba1b7810412c06bac7.zip | |
Process class redesign.
Diffstat (limited to 'client/src/main.cpp')
| -rw-r--r-- | client/src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/main.cpp b/client/src/main.cpp index 4a11061..83b96fe 100644 --- a/client/src/main.cpp +++ b/client/src/main.cpp @@ -182,4 +182,7 @@ int main(int argc, char* argv[]) { } t1.join(); + + std::cin.get(); + std::cin.get(); } |