summaryrefslogtreecommitdiffstats
path: root/game/shared/world/chunk_aabb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/world/chunk_aabb.hh')
-rw-r--r--game/shared/world/chunk_aabb.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/game/shared/world/chunk_aabb.hh b/game/shared/world/chunk_aabb.hh
deleted file mode 100644
index d926b55..0000000
--- a/game/shared/world/chunk_aabb.hh
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-#include "core/math/aabb.hh"
-
-#include "shared/types.hh"
-
-namespace world
-{
-using ChunkAABB = math::AABB<chunk_pos::value_type>;
-} // namespace world