diff options
| author | untodesu <kirill@untode.su> | 2025-06-30 23:39:41 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-06-30 23:39:41 +0500 |
| commit | c7b0c8e0286a1b2bb7ec55e579137dfc3b22eeb9 (patch) | |
| tree | 310a7798b85ce049b918454cb79e1f9db1505dd1 /src/game/shared/chunk_aabb.hh | |
| parent | 43a7dc51d80b6fd99cd5e77561809ea4b179bc73 (diff) | |
| download | voxelius-c7b0c8e0286a1b2bb7ec55e579137dfc3b22eeb9.tar.bz2 voxelius-c7b0c8e0286a1b2bb7ec55e579137dfc3b22eeb9.zip | |
Nuke core/macros.hh
Diffstat (limited to 'src/game/shared/chunk_aabb.hh')
| -rw-r--r-- | src/game/shared/chunk_aabb.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/shared/chunk_aabb.hh b/src/game/shared/chunk_aabb.hh index abc629b..fa63ffe 100644 --- a/src/game/shared/chunk_aabb.hh +++ b/src/game/shared/chunk_aabb.hh @@ -2,13 +2,11 @@ #define SHARED_CHUNK_AABB 1 #pragma once -#include "core/macros.hh" - #include "shared/types.hh" class ChunkAABB final { public: - DECLARE_DEFAULT_CONSTRUCTOR(ChunkAABB); + ChunkAABB(void) = default; virtual ~ChunkAABB(void) = default; void set_bounds(const chunk_pos& min, const chunk_pos& max); |
