aboutsummaryrefslogtreecommitdiff
path: root/src/Init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Init.h')
-rw-r--r--src/Init.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Init.h b/src/Init.h
index cad7785..2dc709a 100644
--- a/src/Init.h
+++ b/src/Init.h
@@ -32,6 +32,8 @@
#pragma once
+namespace ggk {
+
// Trigger a graceful, asynchronous shutdown of the server
//
// This method is non-blocking and as such, will only trigger the shutdown process but not wait for it
@@ -41,3 +43,5 @@ void shutdown();
//
// This method should not be called directly, instead, direct your attention over to `ggkStart()`
void runServerThread();
+
+}; // namespace ggk \ No newline at end of file