summaryrefslogtreecommitdiffstats
path: root/src/game/server/pch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/pch.hh')
-rw-r--r--src/game/server/pch.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/server/pch.hh b/src/game/server/pch.hh
index 6f42c17..a7892d8 100644
--- a/src/game/server/pch.hh
+++ b/src/game/server/pch.hh
@@ -1,3 +1,12 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: pch.hh
+// Description: Precompiled header
+
+#ifndef SERVER_PCH_HH
+#define SERVER_PCH_HH
#pragma once
#include <shared/pch.hh>
+
+#endif