aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Server/ServerShutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Server/ServerShutdown.h')
-rw-r--r--Minecraft.Server/ServerShutdown.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Minecraft.Server/ServerShutdown.h b/Minecraft.Server/ServerShutdown.h
new file mode 100644
index 00000000..302b1a55
--- /dev/null
+++ b/Minecraft.Server/ServerShutdown.h
@@ -0,0 +1,6 @@
+#pragma once
+
+namespace ServerRuntime
+{
+ void RequestDedicatedServerShutdown();
+}