summaryrefslogtreecommitdiff
path: root/common/typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/typedefs.h')
-rw-r--r--common/typedefs.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/common/typedefs.h b/common/typedefs.h
index 754bbae..0ce4dc5 100644
--- a/common/typedefs.h
+++ b/common/typedefs.h
@@ -160,6 +160,29 @@ typedef enum
LC_ACTION_CURVE
} LC_ACTIONS;
+typedef enum
+{
+ LC_CURSOR_NONE,
+ LC_CURSOR_BRICK,
+ LC_CURSOR_LIGHT,
+ LC_CURSOR_SPOTLIGHT,
+ LC_CURSOR_CAMERA,
+ LC_CURSOR_SELECT,
+ LC_CURSOR_SELECT_GROUP,
+ LC_CURSOR_MOVE,
+ LC_CURSOR_ROTATE,
+ LC_CURSOR_ROTATEX,
+ LC_CURSOR_ROTATEY,
+ LC_CURSOR_DELETE,
+ LC_CURSOR_PAINT,
+ LC_CURSOR_ZOOM,
+ LC_CURSOR_ZOOM_REGION,
+ LC_CURSOR_PAN,
+ LC_CURSOR_ROLL,
+ LC_CURSOR_ROTATE_VIEW,
+ LC_CURSOR_COUNT
+} LC_CURSOR_TYPE;
+
// Piece connections (complicated and wastes memory but fast).
typedef struct CONNECTION