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-06-14 03:12:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-14 03:12:10 +0300
commit8ac0fef4dfd142ec3d185fd3572abea948e664c9 (patch)
tree706850822527376cb81a3931d3623d2d1a7d45a5 /source/blender/blenkernel/BKE_sound.h
parent35d49595c6e6bab101ce8d2ef57ccea41efca76b (diff)
Cleanup: sort structs
Diffstat (limited to 'source/blender/blenkernel/BKE_sound.h')
-rw-r--r--source/blender/blenkernel/BKE_sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_sound.h b/source/blender/blenkernel/BKE_sound.h
index 4694e86f4d6..1567985bd53 100644
--- a/source/blender/blenkernel/BKE_sound.h
+++ b/source/blender/blenkernel/BKE_sound.h
@@ -29,10 +29,10 @@
# include <AUD_Device.h>
#endif
+struct Depsgraph;
struct Main;
struct Sequence;
struct bSound;
-struct Depsgraph;
typedef struct SoundWaveform {
int length;