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-03-20 04:19:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-20 04:19:44 +0300
commit85dc8d74771dc61c295574af9adea34ef251bf9d (patch)
tree606b8ae540b3848b2f1060708435c3979ea7b992 /source/blender/draw/intern/draw_cache_impl.h
parent35e3abb9120cbc5ee52dc8051899a84a427c7fc0 (diff)
Cleanup: sort file, struct lists
Diffstat (limited to 'source/blender/draw/intern/draw_cache_impl.h')
-rw-r--r--source/blender/draw/intern/draw_cache_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl.h b/source/blender/draw/intern/draw_cache_impl.h
index b3450bf4715..3ce8a7d4e43 100644
--- a/source/blender/draw/intern/draw_cache_impl.h
+++ b/source/blender/draw/intern/draw_cache_impl.h
@@ -32,7 +32,6 @@ struct ModifierData;
struct PTCacheEdit;
struct ParticleSystem;
-struct bGPdata;
struct Curve;
struct Hair;
struct Lattice;
@@ -40,6 +39,7 @@ struct Mesh;
struct MetaBall;
struct PointCloud;
struct Volume;
+struct bGPdata;
/* Expose via BKE callbacks */
void DRW_mball_batch_cache_dirty_tag(struct MetaBall *mb, int mode);