summaryrefslogtreecommitdiffstats
path: root/game/server/pch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/pch.hh')
-rw-r--r--game/server/pch.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/game/server/pch.hh b/game/server/pch.hh
new file mode 100644
index 0000000..5a4f5f2
--- /dev/null
+++ b/game/server/pch.hh
@@ -0,0 +1,9 @@
+#ifndef SERVER_PCH_HH
+#define SERVER_PCH_HH 1
+#pragma once
+
+#include <shared/pch.hh>
+
+#include <csignal>
+
+#endif /* SERVER_PCH_HH */