summaryrefslogtreecommitdiffstats
path: root/src/game/shared/pch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/shared/pch.hh')
-rw-r--r--src/game/shared/pch.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/shared/pch.hh b/src/game/shared/pch.hh
index e978e0f..13afb80 100644
--- a/src/game/shared/pch.hh
+++ b/src/game/shared/pch.hh
@@ -1,3 +1,10 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: pch.hh
+// Description: Precompiled header
+
+#ifndef SHARED_PCH_HH
+#define SHARED_PCH_HH
#pragma once
#include <core/pch.hh> // inherit dependent includes from core.lib
@@ -17,3 +24,5 @@
#include <spdlog/sinks/basic_file_sink.h>
#include <spdlog/sinks/stdout_color_sinks.h>
+
+#endif