summaryrefslogtreecommitdiffstats
path: root/game/shared/world/chunk_aabb.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-12 15:09:01 +0500
committeruntodesu <kirill@untode.su>2025-09-12 15:09:01 +0500
commitf210a86c1406ccc6dfd6f14181dd7a1274ee0de4 (patch)
tree58bf44927afe33609dc3a531b0d183f5504d8485 /game/shared/world/chunk_aabb.hh
parent73cbcdd6e8c849e32abbf9757e603e6a6654e870 (diff)
downloadvoxelius-f210a86c1406ccc6dfd6f14181dd7a1274ee0de4.tar.bz2
voxelius-f210a86c1406ccc6dfd6f14181dd7a1274ee0de4.zip
Random ticking? In my game?! Hell yeah!
Diffstat (limited to 'game/shared/world/chunk_aabb.hh')
-rw-r--r--game/shared/world/chunk_aabb.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/shared/world/chunk_aabb.hh b/game/shared/world/chunk_aabb.hh
index 3a2d26f..d926b55 100644
--- a/game/shared/world/chunk_aabb.hh
+++ b/game/shared/world/chunk_aabb.hh
@@ -1,5 +1,3 @@
-#ifndef SHARED_CHUNK_AABB
-#define SHARED_CHUNK_AABB 1
#pragma once
#include "core/math/aabb.hh"
@@ -10,5 +8,3 @@ namespace world
{
using ChunkAABB = math::AABB<chunk_pos::value_type>;
} // namespace world
-
-#endif // SHARED_CHUNK_AABB