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/blender/python/api2_2x/NLA.h')
-rw-r--r--source/blender/python/api2_2x/NLA.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/NLA.h b/source/blender/python/api2_2x/NLA.h
index 11b44f2401b..07632124bba 100644
--- a/source/blender/python/api2_2x/NLA.h
+++ b/source/blender/python/api2_2x/NLA.h
@@ -39,6 +39,8 @@
/** NLA module initialization function. */
PyObject *NLA_Init( void );
+extern PyTypeObject Action_Type;
+
/** Python BPy_NLA structure definition. */
typedef struct {
PyObject_HEAD