summaryrefslogtreecommitdiff
path: root/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'vector.h')
-rw-r--r--vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vector.h b/vector.h
index a2a3192..f88cc20 100644
--- a/vector.h
+++ b/vector.h
@@ -32,6 +32,7 @@ class Vector3 : public Vector2 {
Vector3(const Vector3& v);
Vector3(float x, float y, float z);
bool operator==(const Vector3& v);
+ bool operator!=(const Vector3& v);
Vector3& operator+=(const Vector3& v);
Vector3 operator+(const Vector3& v);
Vector3& operator-=(const Vector3& v);