summaryrefslogtreecommitdiffstats
path: root/src/game/client/game.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/game.hh')
-rw-r--r--src/game/client/game.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/client/game.hh b/src/game/client/game.hh
index 395acc9..7ed663b 100644
--- a/src/game/client/game.hh
+++ b/src/game/client/game.hh
@@ -1,3 +1,10 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: game.hh
+// Description: Main game logic
+
+#ifndef CLIENT_GAME_HH
+#define CLIENT_GAME_HH
#pragma once
namespace config
@@ -33,3 +40,5 @@ void update_late(void);
void render(void);
void layout(void);
} // namespace client_game
+
+#endif