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:
authorMiika Hamalainen <blender@miikah.org>2011-09-05 21:06:09 +0400
committerMiika Hamalainen <blender@miikah.org>2011-09-05 21:06:09 +0400
commit42faf7ae41d807c2f9a94f40b774038af0c065ec (patch)
tree8460e4d70cf287da04b656748297521d0d3ef381 /source/blender/makesdna/intern
parent79ef35889f850aa7173800bcf67918c14f3b1291 (diff)
parent59dbd53e72ae25edf247e49ea1e291af277fecc4 (diff)
Merge with trunk r39928
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/makesdna.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c
index 67a9f98f35b..beba3d5316b 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -132,6 +132,7 @@ const char *includefiles[] = {
"DNA_anim_types.h",
"DNA_boid_types.h",
"DNA_smoke_types.h",
+ "DNA_speaker_types.h",
"DNA_dynamicpaint_types.h",
// empty string to indicate end of includefiles
@@ -1197,5 +1198,6 @@ int main(int argc, char ** argv)
#include "DNA_anim_types.h"
#include "DNA_boid_types.h"
#include "DNA_smoke_types.h"
+#include "DNA_speaker_types.h"
#include "DNA_dynamicpaint_types.h"
/* end of list */