aboutsummaryrefslogtreecommitdiff
path: root/client/src/main.cpp
diff options
context:
space:
mode:
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();
}