summaryrefslogtreecommitdiffstats
path: root/src/game/server/sessions.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/sessions.hh')
-rw-r--r--src/game/server/sessions.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/server/sessions.hh b/src/game/server/sessions.hh
index 4c64f80..7806d71 100644
--- a/src/game/server/sessions.hh
+++ b/src/game/server/sessions.hh
@@ -1,3 +1,10 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: sessions.hh
+// Description: Session handling
+
+#ifndef SERVER_SESSIONS_HH
+#define SERVER_SESSIONS_HH
#pragma once
class Dimension;
@@ -50,3 +57,5 @@ namespace sessions
{
void refresh_scoreboard(void);
} // namespace sessions
+
+#endif