- added stub for elbeemDebugOut in

source/blender/blenkernel/bad_level_call_stubs/stubs.c
	for read/write bobj debug output
This commit is contained in:
Nils Thuerey 2005-09-28 18:09:46 +00:00
parent 227c88c293
commit b1755b86bd

@ -227,3 +227,8 @@ void bglVertex3f(float x, float y, float z) {}
void bglEnd(void) {}
struct DispListMesh *NewBooleanMeshDLM(struct Object *ob, struct Object *ob_select, int int_op_type) { return 0; }
// bobj read/write debug messages
void elbeemDebugOut(char *msg) {}