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/blenkernel/BKE_gpencil.h')
-rw-r--r--source/blender/blenkernel/BKE_gpencil.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/blenkernel/BKE_gpencil.h b/source/blender/blenkernel/BKE_gpencil.h
index 6758630252e..522207ba770 100644
--- a/source/blender/blenkernel/BKE_gpencil.h
+++ b/source/blender/blenkernel/BKE_gpencil.h
@@ -31,15 +31,15 @@
* \author Joshua Leung
*/
-struct ToolSettings;
struct ListBase;
-struct bGPdata;
-struct bGPDlayer;
+struct Main;
+struct ToolSettings;
struct bGPDframe;
-struct bGPDstroke;
+struct bGPDlayer;
struct bGPDpalette;
struct bGPDpalettecolor;
-struct Main;
+struct bGPDstroke;
+struct bGPdata;
/* ------------ Grease-Pencil API ------------------ */