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:
authorJoerg Mueller <nexyon@gmail.com>2009-08-29 00:41:12 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-29 00:41:12 +0400
commita179d16550d15a4543aef940d515ae039ce43e45 (patch)
tree0c1ec3ecdac77076ab577f04ad9c9ad37bb0e141 /source/blender/makesrna/RNA_enum_types.h
parent9781320716c32adec710c3d616685fb4171faa29 (diff)
Moved unpack_method_items to the right place.
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index 06be0e69be5..3bba474677f 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -53,6 +53,8 @@ extern EnumPropertyItem event_type_items[];
extern EnumPropertyItem brush_sculpt_tool_items[];
+extern EnumPropertyItem unpack_method_items[];
+
#endif /* RNA_ENUM_TYPES */