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>2017-11-17 11:02:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-17 11:02:45 +0300
commitec2c0c55347a64a940ce1312376f93f380f816e4 (patch)
treef774450236d624cb26d34b4a49c000730d67883b /source/blender/draw/intern/draw_cache_impl.h
parentf60563dd91d2a8cee0fedfd26b7fe01885c164bf (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/draw/intern/draw_cache_impl.h')
-rw-r--r--source/blender/draw/intern/draw_cache_impl.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl.h b/source/blender/draw/intern/draw_cache_impl.h
index e0da2227a77..c998282ae1f 100644
--- a/source/blender/draw/intern/draw_cache_impl.h
+++ b/source/blender/draw/intern/draw_cache_impl.h
@@ -26,12 +26,13 @@
#ifndef __DRAW_CACHE_IMPL_H__
#define __DRAW_CACHE_IMPL_H__
-struct Gwn_Batch;
+struct CurveCache;
struct GPUMaterial;
+struct Gwn_Batch;
struct ListBase;
-struct CurveCache;
-struct ParticleSystem;
+struct MetaBall;
struct ModifierData;
+struct ParticleSystem;
struct Curve;
struct Lattice;