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/makesdna/intern/makesdna.c')
-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 14ccba59e98..b550d18bdb2 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -95,6 +95,7 @@ char *includefiles[] = {
"DNA_meshdata_types.h",
"DNA_lattice_types.h",
"DNA_object_types.h",
+ "DNA_object_force.h",
"DNA_world_types.h",
"DNA_radio_types.h",
"DNA_scene_types.h",
@@ -1109,6 +1110,7 @@ int main(int argc, char ** argv)
#include "DNA_meshdata_types.h"
#include "DNA_lattice_types.h"
#include "DNA_object_types.h"
+#include "DNA_object_force.h"
#include "DNA_world_types.h"
#include "DNA_radio_types.h"
#include "DNA_scene_types.h"