summaryrefslogtreecommitdiffstats
path: root/src/game/client/gui/hotbar.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/gui/hotbar.hh')
-rw-r--r--src/game/client/gui/hotbar.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/client/gui/hotbar.hh b/src/game/client/gui/hotbar.hh
index bba5e63..54e53d5 100644
--- a/src/game/client/gui/hotbar.hh
+++ b/src/game/client/gui/hotbar.hh
@@ -1,3 +1,10 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: hotbar.hh
+// Description: Hotbar rendering
+
+#ifndef CLIENT_GUI_HOTBAR_HH
+#define CLIENT_GUI_HOTBAR_HH
#pragma once
// TODO: design an inventory system and an item
@@ -25,3 +32,5 @@ namespace hotbar
void next_slot(void);
void prev_slot(void);
} // namespace hotbar
+
+#endif