X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fobject.cpp;h=99d73ce7c5b61a628adce7ed53027b13f0418c0e;hb=8ab4e08bd78cb5b07f069e3e6c5bf76944cb14fa;hp=8ba3295b5510088a68f13ff8646838c6dd738432;hpb=59e5af9d8606aa091fa979e19f78e9325a1c0825;p=architektonas diff --git a/src/object.cpp b/src/object.cpp index 8ba3295..99d73ce 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -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 *) {