summaryrefslogtreecommitdiff
path: root/common/defines.h
diff options
context:
space:
mode:
authorleo2000-01-05 15:33:27 +0000
committerleo2000-01-05 15:33:27 +0000
commitd1cfc8d5b2cd25782617c2bdfecb72aae7fab9fb (patch)
tree8225afcea7b1f420761e6fb2fb2d82953245ff5a /common/defines.h
parentf11f52e36163470a530fba9060d4339e617a3001 (diff)
Update the minifig wizard with the new pieces
Added a function to read the update files cVS: ---------------------------------------------------------------------- git-svn-id: http://svn.leocad.org/trunk@49 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/defines.h')
-rw-r--r--common/defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/defines.h b/common/defines.h
index 59676ae..8db3d25 100644
--- a/common/defines.h
+++ b/common/defines.h
@@ -176,5 +176,10 @@ typedef enum { LC_PIECE, LC_CAMERA, LC_CAMERA_TARGET,
#define LC_UPDATE_OBJECT 0x40
#define LC_UPDATE_TYPE 0x80
+// Piece library update
+#define LC_UPDATE_DELETE 0x00
+#define LC_UPDATE_DESCRIPTION 0x01
+#define LC_UPDATE_DRAWINFO 0x02
+#define LC_UPDATE_NEWPIECE 0x04
#endif // _DEFINES_H_