summaryrefslogtreecommitdiffstats
path: root/game/client/gui/hotbar.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/gui/hotbar.hh')
-rw-r--r--game/client/gui/hotbar.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/client/gui/hotbar.hh b/game/client/gui/hotbar.hh
index 4712ee5..85d75aa 100644
--- a/game/client/gui/hotbar.hh
+++ b/game/client/gui/hotbar.hh
@@ -1,5 +1,3 @@
-#ifndef CLIENT_HOTBAR_HH
-#define CLIENT_HOTBAR_HH 1
#pragma once
#include "shared/types.hh"
@@ -27,5 +25,3 @@ namespace gui::hotbar
void next_slot(void);
void prev_slot(void);
} // namespace gui::hotbar
-
-#endif // CLIENT_HOTBAR_HH