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>2011-07-07 07:53:24 +0400
committerMitchell Stokes <mogurijin@gmail.com>2011-07-07 07:53:24 +0400
commit0eacdc94ba7bf51b48c977c3d0fc07ef4f70e384 (patch)
tree4b5dd400655efbfcfeb755c91c0a8ccd7d96bad3 /source/gameengine/Ketsji/BL_Action.cpp
parentd00a3c8ddf4f722ae829bbfa025fb09446a8fba3 (diff)
BGE Animations: Removing unused code and adding some more comments.
Diffstat (limited to 'source/gameengine/Ketsji/BL_Action.cpp')
-rw-r--r--source/gameengine/Ketsji/BL_Action.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/BL_Action.cpp b/source/gameengine/Ketsji/BL_Action.cpp
index f1b53fc4151..8ed6a33696a 100644
--- a/source/gameengine/Ketsji/BL_Action.cpp
+++ b/source/gameengine/Ketsji/BL_Action.cpp
@@ -22,6 +22,10 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file BL_Action.cpp
+ * \ingroup ketsji
+ */
+
#include <cstdlib>
#include "BL_Action.h"