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:
authorTon Roosendaal <ton@blender.org>2005-11-19 14:06:29 +0300
committerTon Roosendaal <ton@blender.org>2005-11-19 14:06:29 +0300
commite9787819a69a18edd2de6b33423aa4f794d4657e (patch)
treed93e8ac016ef897a530c8c9d085024813ff3b2c9 /source/blender/include/BIF_editaction.h
parentec2e8d53801fad23e30294e28f1b83681d4d0f1f (diff)
Removal of warning messages, unused variables, and casting errors.
Diffstat (limited to 'source/blender/include/BIF_editaction.h')
-rw-r--r--source/blender/include/BIF_editaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editaction.h b/source/blender/include/BIF_editaction.h
index 9e2f9e63b73..74ffbca1b9b 100644
--- a/source/blender/include/BIF_editaction.h
+++ b/source/blender/include/BIF_editaction.h
@@ -86,6 +86,7 @@ void sethandles_actionchannel_keys(int code);
/* Ipo type */
void set_ipotype_actionchannels(int ipotype);
void set_exprap_action(int mode);
+void set_extendtype_actionchannels(int extendtype);
/* Select */
void borderselect_mesh(struct Key *key);