diff options
Diffstat (limited to 'src/World/BlockType.hpp')
| -rw-r--r-- | src/World/BlockType.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/BlockType.hpp b/src/World/BlockType.hpp index e35daf8..8d83be0 100644 --- a/src/World/BlockType.hpp +++ b/src/World/BlockType.hpp @@ -1,6 +1,6 @@ #pragma -namespace MC { +namespace MC::World { enum class BlockType : uint8_t { Air, |
