summaryrefslogtreecommitdiff
path: root/maths.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'maths.hpp')
-rw-r--r--maths.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/maths.hpp b/maths.hpp
index e432529..eeedec1 100644
--- a/maths.hpp
+++ b/maths.hpp
@@ -474,6 +474,7 @@ template struct v4<double>;
struct AABB {
v3f min, max;
+ void encompass(const AABB& other);
};
namespace quat {