Added stubs to fix linker errors in texnodes

This commit is contained in:
Robin Allen 2008-11-12 20:11:54 +00:00
parent 0509409c6b
commit bc53b942fe
2 changed files with 16 additions and 0 deletions

@ -230,5 +230,14 @@ void PE_free_particle_edit(struct ParticleSystem *psys);
void PE_get_colors(char sel[4], char nosel[4]);
void PE_recalc_world_cos(struct Object *ob, struct ParticleSystem *psys);
/* texture.c */
struct Tex;
struct TexResult;
int multitex_thread(struct Tex *tex, float *texvec, float *dxt, float *dyt, int osatex, struct TexResult *texres, short thread, short which_output);
/* previewrender.c */
void BIF_preview_changed(short id_code);
#endif

@ -347,3 +347,10 @@ void txt_copy_clipboard (struct Text *text){}
char stipple_quarttone[1];
/* texture.c */
int multitex_thread(Tex *tex, float *texvec, float *dxt, float *dyt, int osatex, TexResult *texres, short thread, short which_output) {}
/* previewrender.c */
void BIF_preview_changed(short id_code) {}