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>2019-08-20 03:11:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-20 15:47:25 +0300
commit8919c1cad5eceab23d48ca105fc4a3f288853afc (patch)
tree12e757f0ec9291c9994e624393dc0fd749114602 /source/blender/draw
parent3dbe17234471c86aefd29f07dd444fbc07e3e922 (diff)
Cleanup: clang-format, sorted lists
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/intern/draw_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache.h b/source/blender/draw/intern/draw_cache.h
index 5dadcdc1457..273e97c6e49 100644
--- a/source/blender/draw/intern/draw_cache.h
+++ b/source/blender/draw/intern/draw_cache.h
@@ -27,8 +27,8 @@ struct GPUBatch;
struct GPUMaterial;
struct ModifierData;
struct Object;
-struct ParticleSystem;
struct PTCacheEdit;
+struct ParticleSystem;
void DRW_shape_cache_free(void);
void DRW_shape_cache_reset(void);