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/gpu/GPU_draw.h')
-rw-r--r--source/blender/gpu/GPU_draw.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/gpu/GPU_draw.h b/source/blender/gpu/GPU_draw.h
index 4b94b79022b..17fbebdcfc9 100644
--- a/source/blender/gpu/GPU_draw.h
+++ b/source/blender/gpu/GPU_draw.h
@@ -36,17 +36,17 @@
extern "C" {
#endif
+struct DupliObject;
struct ImBuf;
struct Image;
struct ImageUser;
struct Main;
struct Object;
-struct Scene;
-struct ViewLayer;
-struct View3D;
struct RegionView3D;
+struct Scene;
struct SmokeModifierData;
-struct DupliObject;
+struct View3D;
+struct ViewLayer;
#include "DNA_object_enums.h"