From 6c2abde5c99a236453b795abaa6d7d70105e31f7 Mon Sep 17 00:00:00 2001 From: untodesu Date: Fri, 26 Dec 2025 14:50:33 +0500 Subject: Just a big Ctrl+H refactoring --- src/game/shared/world/ray_dda.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/game/shared/world/ray_dda.hh') diff --git a/src/game/shared/world/ray_dda.hh b/src/game/shared/world/ray_dda.hh index 0f548ba..72f746e 100644 --- a/src/game/shared/world/ray_dda.hh +++ b/src/game/shared/world/ray_dda.hh @@ -2,14 +2,9 @@ #include "shared/types.hh" -namespace world -{ class Dimension; class Voxel; -} // namespace world -namespace world -{ class RayDDA final { public: RayDDA(void) = default; @@ -35,4 +30,3 @@ public: voxel_pos vnormal; voxel_pos vpos; }; -} // namespace world -- cgit