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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-10 15:30:27 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-10 15:39:01 +0300
commit693ecdf7d3adcef00b26e7f7d52856440ec980e1 (patch)
tree04dd2fd15ffe3157fb8382ec2ba689ca6ceafb59 /source/blender/editors/include/ED_gizmo_library.h
parent69d710187d5ae5e5e8b54761187ef8770f3fbb00 (diff)
Fix build error due to missing file from commit 98c304e865f8.
Proper contents still needs to be added, this just makes things build.
Diffstat (limited to 'source/blender/editors/include/ED_gizmo_library.h')
-rw-r--r--source/blender/editors/include/ED_gizmo_library.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_gizmo_library.h b/source/blender/editors/include/ED_gizmo_library.h
index 6471c90194b..41488baa964 100644
--- a/source/blender/editors/include/ED_gizmo_library.h
+++ b/source/blender/editors/include/ED_gizmo_library.h
@@ -42,6 +42,9 @@ void ED_gizmotypes_facemap_3d(void);
void ED_gizmotypes_primitive_3d(void);
void ED_gizmotypes_blank_3d(void);
+struct bContext;
+struct Object;
+struct Scene;
struct wmGizmo;
struct wmGizmoGroup;