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:
authorCampbell Barton <ideasman42@gmail.com>2008-04-04 19:22:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-04-04 19:22:19 +0400
commite8e100738674cba65f70c7be49e0fb210645c06a (patch)
tree63c62be7935c1641cab4e63fefb9a3be30c83fa9 /source/blender/include
parent6b6e5eb4c979e050478baa39d7402c03bcc73c80 (diff)
moved some duplicate lines into their own function
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/transform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/include/transform.h b/source/blender/include/transform.h
index dc8521990f6..2fa277d0443 100644
--- a/source/blender/include/transform.h
+++ b/source/blender/include/transform.h
@@ -46,7 +46,7 @@ struct View3D;
struct ScrArea;
struct bPose;
struct bConstraint;
-
+struct BezTriple;
typedef struct NDofInput {
int flag;
@@ -472,6 +472,8 @@ void postTrans (TransInfo *t);
void drawLine(float *center, float *dir, char axis, short options);
+TransDataCurveHandleFlags *initTransDataCurveHandes(TransData *td, struct BezTriple *bezt);
+
/* DRAWLINE options flags */
#define DRAWLIGHT 1
#define DRAWDASHED 2