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:
authorJoerg Mueller <nexyon@gmail.com>2011-08-04 11:12:03 +0400
committerJoerg Mueller <nexyon@gmail.com>2011-08-04 11:12:03 +0400
commitc284725a1a69be3f9a80d88e17be922e6ce63f72 (patch)
tree8b3fe3b70d7056f8b09f4846e5ec208750ff0d9b /source/blender/blenkernel/intern/library.c
parentecd4b869828bc5ed7e3d00ac8dc9e93832f2c156 (diff)
3D Audio GSoC:
* versioning stuff for btheme->tv3d.speaker * separating object.c speaker functions in own source file Thanks Brecht for the suggestions.
Diffstat (limited to 'source/blender/blenkernel/intern/library.c')
-rw-r--r--source/blender/blenkernel/intern/library.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c
index 85f87992c28..8668168936b 100644
--- a/source/blender/blenkernel/intern/library.c
+++ b/source/blender/blenkernel/intern/library.c
@@ -109,6 +109,7 @@
#include "BKE_particle.h"
#include "BKE_gpencil.h"
#include "BKE_fcurve.h"
+#include "BKE_speaker.h"
#include "RNA_access.h"