diff options
Diffstat (limited to 'client/src/main.cpp')
| -rw-r--r-- | client/src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/main.cpp b/client/src/main.cpp index 4413a44..f67ecf1 100644 --- a/client/src/main.cpp +++ b/client/src/main.cpp @@ -113,4 +113,6 @@ int main(int argc, char* argv[]) { break; } } + + std::cin.get(); } |