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:
authorJoshua Leung <aligorith@gmail.com>2011-02-14 06:04:59 +0300
committerJoshua Leung <aligorith@gmail.com>2011-02-14 06:04:59 +0300
commit35abb674b20225eac3db647a681be63a7634a55e (patch)
treeb9984a499681f52dec6f478873c6910aef8cf58b /source/blender/editors/space_nla/nla_intern.h
parentb8a19d3a43c6b3f6842589344022fe82b3fcf6ea (diff)
Forgot NLA Editor support for this...
Diffstat (limited to 'source/blender/editors/space_nla/nla_intern.h')
-rw-r--r--source/blender/editors/space_nla/nla_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/nla_intern.h b/source/blender/editors/space_nla/nla_intern.h
index b2ff0e107b3..98ebc5af227 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -67,6 +67,7 @@ enum {
void NLA_OT_select_all_toggle(wmOperatorType *ot);
void NLA_OT_select_border(wmOperatorType *ot);
+void NLA_OT_select_leftright(wmOperatorType *ot);
void NLA_OT_click_select(wmOperatorType *ot);
/* **************************************** */