summaryrefslogtreecommitdiffstats
path: root/src/game/client/pch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/pch.hh')
-rw-r--r--src/game/client/pch.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/client/pch.hh b/src/game/client/pch.hh
index 3832081..b09dce5 100644
--- a/src/game/client/pch.hh
+++ b/src/game/client/pch.hh
@@ -1,3 +1,10 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: pch.hh
+// Description: Precompiled header
+
+#ifndef CLIENT_PCH_HH
+#define CLIENT_PCH_HH
#pragma once
#include <shared/pch.hh>
@@ -26,3 +33,5 @@
#if defined(__unix__)
#include <dlfcn.h>
#endif
+
+#endif