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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-12-22 01:23:20 +0300
committerTon Roosendaal <ton@blender.org>2003-12-22 01:23:20 +0300
commit26df64a6914cc2293d7c601f2177118e547ad3fb (patch)
treeec871c2fb74f3151af610fe72655d3beaa010fdf /source
parentec99255c2729b555f34d75c0a2c59f141e327924 (diff)
- removed render.h from this file.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/effect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/effect.c b/source/blender/blenkernel/intern/effect.c
index 18f3ebd7197..f038be8d2ca 100644
--- a/source/blender/blenkernel/intern/effect.c
+++ b/source/blender/blenkernel/intern/effect.c
@@ -64,7 +64,6 @@
#include "BKE_displist.h"
#include "BKE_lattice.h"
-#include "render.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -307,6 +306,7 @@ void where_is_particle(PartEff *paf, Particle *pa, float ctime, float *vec)
void particle_tex(MTex *mtex, PartEff *paf, float *co, float *no)
{
extern float Tin, Tr, Tg, Tb;
+ extern void externtex(struct MTex *mtex, float *vec);
float old;
externtex(mtex, co);