]> Shamusworld >> Repos - architektonas/blobdiff - src/object.cpp
Added infrastructure to support mirror tool, cross compile script.
[architektonas] / src / object.cpp
index 346c19a11536d686a0ea63ba8f4d5883bdb8f9c6..dd80007d1998cc4c4772848c35580a53fe2f9859 100644 (file)
@@ -234,6 +234,12 @@ printf("Object: Destroyed!\n");
 }
 
 
+/*virtual*/ Object * Object::Mirror(Vector, Vector)
+{
+       return NULL;
+}
+
+
 ObjectState Object::GetState(void)
 {
        return state;