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:
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index f427aeae5a6..6de56c871c4 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -33,14 +33,14 @@
extern "C" {
#endif
-struct ParameterList;
+struct BlenderRNA;
struct FunctionRNA;
+struct Main;
+struct ParameterList;
struct PropertyRNA;
+struct ReportList;
struct StructRNA;
-struct BlenderRNA;
struct bContext;
-struct Main;
-struct ReportList;
/** Pointer
*