summaryrefslogtreecommitdiff
path: root/common/typedefs.h
diff options
context:
space:
mode:
authorleo2000-12-30 13:51:06 +0000
committerleo2000-12-30 13:51:06 +0000
commit0b2a355e9425c3e1b2a2ef1ea7229f407072682c (patch)
treef1d147eed110bde40baf81f7d2cb17ab125bd28f /common/typedefs.h
parent54f1852aa6730b96c89bc901073993f87c66f58c (diff)
Added Step Insert and Step Delete commands
git-svn-id: http://svn.leocad.org/trunk@196 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/typedefs.h')
-rw-r--r--common/typedefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/typedefs.h b/common/typedefs.h
index 502ba49..96772ed 100644
--- a/common/typedefs.h
+++ b/common/typedefs.h
@@ -69,6 +69,8 @@ typedef enum {
LC_VIEW_STEP_LAST,
LC_VIEW_STEP_CHOOSE,
LC_VIEW_STEP_SET,
+ LC_VIEW_STEP_INSERT,
+ LC_VIEW_STEP_DELETE,
LC_VIEW_STOP,
LC_VIEW_PLAY,
LC_VIEW_CAMERA_MENU,