aboutsummaryrefslogtreecommitdiff
path: root/client/src/main.cpp
diff options
context:
space:
mode:
authorauth12 <[email protected]>2020-07-28 07:34:55 -0700
committerauth12 <[email protected]>2020-07-28 07:34:55 -0700
commit733272ed4960324a20606fba1b7810412c06bac7 (patch)
treee7f33f10eae3a212fcdd2250910a7d7d88d67069 /client/src/main.cpp
parentRemoved linuxpe dependency on windows client. (diff)
downloadloader-733272ed4960324a20606fba1b7810412c06bac7.tar.xz
loader-733272ed4960324a20606fba1b7810412c06bac7.zip
Process class redesign.
Diffstat (limited to 'client/src/main.cpp')
-rw-r--r--client/src/main.cpp3
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();
}