aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/boundingbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/boundingbox.h')
-rw-r--r--engines/bladerunner/boundingbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/bladerunner/boundingbox.h b/engines/bladerunner/boundingbox.h
index 3f42318cde..11922cbd14 100644
--- a/engines/bladerunner/boundingbox.h
+++ b/engines/bladerunner/boundingbox.h
@@ -36,6 +36,7 @@ public:
void expand(float x0, float y0, float z0, float x1, float y1, float z1);
bool inside(float x, float y, float z) const;
+ bool inside(Vector3 &position) const;
void setXYZ(float x0, float y0, float z0, float x1, float y1, float z1);
void getXYZ(float *x0, float *y0, float *z0, float *x1, float *y1, float *z1) const;