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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-05 17:11:49 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-05 17:11:49 +0400
commit647447db58ed7d3abd0ddeb627110069042e28fe (patch)
tree6cea1c59a176239eaa69f8e3d00e81b6ad799725 /source/blender/makesrna/intern
parent98841291173614410fca3b9db1cd0ee320d9eb84 (diff)
Code refactoring: split lamp functions from object.c into new lamp.c.
Diffstat (limited to 'source/blender/makesrna/intern')
-rw-r--r--source/blender/makesrna/intern/rna_main_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_main_api.c b/source/blender/makesrna/intern/rna_main_api.c
index 83ce4d2da06..dfa368d6b94 100644
--- a/source/blender/makesrna/intern/rna_main_api.c
+++ b/source/blender/makesrna/intern/rna_main_api.c
@@ -47,6 +47,7 @@
#include "BKE_curve.h"
#include "BKE_mesh.h"
#include "BKE_armature.h"
+#include "BKE_lamp.h"
#include "BKE_library.h"
#include "BKE_object.h"
#include "BKE_material.h"