X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fobject.cpp;h=e38e6614ba353d4f7cd8102abdc7a19657c0b70d;hb=fc498c685147e3173130e2df8953cc52705553e9;hp=ae20db6a8cf6a1706e4776c96a49ba43a367e74d;hpb=cc51915b01054ba81883b1149bda58394da341a2;p=architektonas diff --git a/src/object.cpp b/src/object.cpp index ae20db6..e38e661 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -86,6 +86,11 @@ ObjectState Object::GetState(void) return state; } +void Object::Reparent(Object * newParent) +{ + parent = newParent; +} + // Class methods... void Object::SetFixedAngle(bool state/*= true*/)