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.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/game/server/pch.hh b/game/server/pch.hh
new file mode 100644
index 0000000..810a7e4
--- /dev/null
+++ b/game/server/pch.hh
@@ -0,0 +1,7 @@
+#ifndef SERVER_PCH_HH
+#define SERVER_PCH_HH 1
+#pragma once
+
+#include <shared/pch.hh>
+
+#endif // SERVER_PCH_HH