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-01-01 21:16:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-01 21:16:10 +0300
commit58bf29e3898292ad9b46b7c0a591c856dde6eacb (patch)
tree0809354b81382141417ecc543cf5e00eece26558 /source/blender/blenlib/BLI_storage_types.h
parent2df4ef711a6dcb2c8874861a181bbc31d0e37f52 (diff)
removed blenderdef.h, BIF_*, BDR_* and BSE_* header files (except for BIF_gl.h and BIF_glutil.h)
Diffstat (limited to 'source/blender/blenlib/BLI_storage_types.h')
-rw-r--r--source/blender/blenlib/BLI_storage_types.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_storage_types.h b/source/blender/blenlib/BLI_storage_types.h
index ebce33852a1..ea9ba607165 100644
--- a/source/blender/blenlib/BLI_storage_types.h
+++ b/source/blender/blenlib/BLI_storage_types.h
@@ -73,6 +73,18 @@ struct direntry{
struct ImBuf *image;
};
+#define SELECT 1
+#define HIDDEN 1
+#define FIRST 1
+#define ACTIVE 2
+/*#ifdef WITH_VERSE*/
+#define VERSE 3
+/*#endif*/
+#define DESELECT 0
+#define NOT_YET 0
+#define VISIBLE 0
+#define LAST 0
+
struct dirlink
{
struct dirlink *next,*prev;