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/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index f6abd6707f1..2ac7bfa8910 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -37,6 +37,7 @@ struct Object;
struct Tex;
struct Material;
struct Base;
+struct HookModifierData;
void add_object_draw(int type);
void add_objectLamp(short type);
@@ -105,6 +106,8 @@ void mirrormenu(void);
void add_hook(void);
+void hook_select(struct HookModifierData *hmd);
+int hook_getIndexArray(int **indexar, float *cent_r);
#endif /* BDR_EDITOBJECT_H */