summaryrefslogtreecommitdiffstats
path: root/src/core/aabb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/aabb.hh')
-rw-r--r--src/core/aabb.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/aabb.hh b/src/core/aabb.hh
index fe07060..680c270 100644
--- a/src/core/aabb.hh
+++ b/src/core/aabb.hh
@@ -2,11 +2,9 @@
#define CORE_AABB_HH 1
#pragma once
-#include "core/macros.hh"
-
class AABB final {
public:
- DECLARE_DEFAULT_CONSTRUCTOR(AABB);
+ AABB(void) = default;
explicit AABB(const glm::fvec3& min, const glm::fvec3& max);
virtual ~AABB(void) = default;