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:
Diffstat (limited to 'source/gameengine/Ketsji/BL_ActionManager.h')
-rw-r--r--source/gameengine/Ketsji/BL_ActionManager.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/BL_ActionManager.h b/source/gameengine/Ketsji/BL_ActionManager.h
index 32e6ce82a76..b769db02bf9 100644
--- a/source/gameengine/Ketsji/BL_ActionManager.h
+++ b/source/gameengine/Ketsji/BL_ActionManager.h
@@ -39,11 +39,10 @@ private:
BL_Action* m_layers[MAX_ACTION_LAYERS];
public:
- BL_ActionManager();
+ BL_ActionManager(class KX_GameObject* obj);
~BL_ActionManager();
- void PlayAction(class KX_GameObject* gameobj,
- const char* name,
+ void PlayAction(const char* name,
float start,
float end,
short layer=0,