Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Stokes <mogurijin@gmail.com>2012-04-22 08:01:14 +0400
committerMitchell Stokes <mogurijin@gmail.com>2012-04-22 08:01:14 +0400
commit2912314838030aa6c76e887737b18e3eb203ba54 (patch)
tree7da17d6e7a1e6cadb0fa29229791b1ec4fa7b793 /source/gameengine
parentcd2b142ba0bf8305efd44db22068c39f4f935cd5 (diff)
Missed this file in my last commit.
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Ketsji/KX_SteeringActuator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_SteeringActuator.h b/source/gameengine/Ketsji/KX_SteeringActuator.h
index cd55f574e8e..c22a636cd95 100644
--- a/source/gameengine/Ketsji/KX_SteeringActuator.h
+++ b/source/gameengine/Ketsji/KX_SteeringActuator.h
@@ -95,6 +95,7 @@ public:
virtual CValue* GetReplica();
virtual void ProcessReplica();
+ virtual void ReParent(SCA_IObject* parent);
virtual void Relink(CTR_Map<CTR_HashedPtr, void*> *obj_map);
virtual bool UnlinkObject(SCA_IObject* clientobj);
const MT_Vector3& GetSteeringVec();