summaryrefslogtreecommitdiffstats
path: root/game/shared/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/types.hh')
-rw-r--r--game/shared/types.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/shared/types.hh b/game/shared/types.hh
index 161ea46..792ed0f 100644
--- a/game/shared/types.hh
+++ b/game/shared/types.hh
@@ -1,5 +1,3 @@
-#ifndef SHARED_TYPES_HH
-#define SHARED_TYPES_HH 1
#pragma once
using item_id = std::uint32_t;
@@ -40,5 +38,3 @@ struct std::hash<chunk_pos_xz> final {
return value;
}
};
-
-#endif // SHARED_TYPES_HH