]> Shamusworld >> Repos - architektonas/blobdiff - src/object.cpp
Added bounding calcs to Arc, more fixes for groups.
[architektonas] / src / object.cpp
index 8ba3295b5510088a68f13ff8646838c6dd738432..99d73ce7c5b61a628adce7ed53027b13f0418c0e 100644 (file)
@@ -87,6 +87,12 @@ printf("Object: Destroyed!\n");
 }
 
 
+/*virtual*/ bool Object::HitTest(Point)
+{
+       return false;
+}
+
+
 // This is intended to be overridden by the Container class, for object morphing
 /*virtual*/ void Object::Transmute(Object *, Object *)
 {