summaryrefslogtreecommitdiff
path: root/app/bin/track.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/track.h')
-rw-r--r--app/bin/track.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/bin/track.h b/app/bin/track.h
index e39a98f..385a043 100644
--- a/app/bin/track.h
+++ b/app/bin/track.h
@@ -393,8 +393,7 @@ void CurveSegProc( segProc_e, trkSeg_p, segProcData_p );
void JointSegProc( segProc_e, trkSeg_p, segProcData_p );
void BezierSegProc( segProc_e, trkSeg_p, segProcData_p ); //Used in Cornu join
void CleanSegs( dynArr_t *);
-
-
+void CopyPoly(trkSeg_p seg_p, wIndex_t segCnt);
/* debug.c */
void SetDebug( char * );
@@ -621,6 +620,7 @@ typedef enum { DESC_NULL, DESC_POS, DESC_FLOAT, DESC_ANGLE, DESC_LONG, DESC_COLO
#define DESC_RO (1<<0)
#define DESC_IGNORE (1<<1)
#define DESC_NOREDRAW (1<<2)
+#define DESC_CHANGE2 (1<<4)
#define DESC_CHANGE (1<<8)
typedef enum { DESC_PIVOT_FIRST, DESC_PIVOT_MID, DESC_PIVOT_SECOND, DESC_PIVOT_NONE } descPivot_t;
#define DESC_PIVOT_1