Added stubs to fix linker errors in texnodes
This commit is contained in:
parent
0509409c6b
commit
bc53b942fe
@ -230,5 +230,14 @@ void PE_free_particle_edit(struct ParticleSystem *psys);
|
|||||||
void PE_get_colors(char sel[4], char nosel[4]);
|
void PE_get_colors(char sel[4], char nosel[4]);
|
||||||
void PE_recalc_world_cos(struct Object *ob, struct ParticleSystem *psys);
|
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
|
#endif
|
||||||
|
|
||||||
|
@ -347,3 +347,10 @@ void txt_copy_clipboard (struct Text *text){}
|
|||||||
|
|
||||||
char stipple_quarttone[1];
|
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) {}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user