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>2020-05-27 03:52:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-27 03:52:07 +0300
commita739dc67ef3c15f914cc9cccd52d6c2a27501000 (patch)
tree41ad6be5e3db915a051b40381ad14acbb11b2dfa /source/blender/editors/include/ED_gpencil.h
parente5458fa4e5676ffc85fc87c4cbbe022c044d1f31 (diff)
Cleanup: sort file, structs
Diffstat (limited to 'source/blender/editors/include/ED_gpencil.h')
-rw-r--r--source/blender/editors/include/ED_gpencil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index 2dbd979564e..58364e69679 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -34,13 +34,13 @@ struct PointerRNA;
struct Brush;
struct GP_SpaceConversion;
+struct GpRandomSettings;
struct bGPDframe;
struct bGPDlayer;
struct bGPDspoint;
struct bGPDstroke;
struct bGPdata;
struct tGPspoint;
-struct GpRandomSettings;
struct ARegion;
struct Depsgraph;