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>2021-01-04 04:03:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-04 09:38:11 +0300
commitf03c25bda8127ea3f7d16a0afd649daec0118bbc (patch)
tree2ef361807e73ac8795f2e35da1922f61be27272f /source/blender/sequencer/SEQ_sequencer.h
parent54f89e870425b20af14e2be03b777836b88a29af (diff)
Cleanup: sort structs
Diffstat (limited to 'source/blender/sequencer/SEQ_sequencer.h')
-rw-r--r--source/blender/sequencer/SEQ_sequencer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/sequencer/SEQ_sequencer.h b/source/blender/sequencer/SEQ_sequencer.h
index 37ad71b64bd..ca1796c4cc4 100644
--- a/source/blender/sequencer/SEQ_sequencer.h
+++ b/source/blender/sequencer/SEQ_sequencer.h
@@ -29,6 +29,9 @@ extern "C" {
#include "DNA_scene_types.h"
+struct BlendDataReader;
+struct BlendLibReader;
+struct BlendWriter;
struct Depsgraph;
struct Editing;
struct GPUOffScreen;
@@ -41,15 +44,12 @@ struct Scene;
struct SeqIndexBuildContext;
struct Sequence;
struct SequenceModifierData;
+struct SequencerToolSettings;
struct Stereo3dFormat;
struct StripElem;
struct TextVars;
struct bContext;
struct bSound;
-struct BlendWriter;
-struct BlendDataReader;
-struct BlendLibReader;
-struct SequencerToolSettings;
/* RNA enums, just to be more readable */
enum {