- added NewBooleanMeshDLM bad level call

This commit is contained in:
Daniel Dunbar
2005-09-03 18:10:13 +00:00
parent a77e3482f2
commit 484315332c
2 changed files with 7 additions and 0 deletions

View File

@@ -171,5 +171,9 @@ void bglVertex3fv(float *vec);
void bglVertex3f(float x, float y, float z);
void bglEnd(void);
struct DispListMesh;
struct Object;
struct DispListMesh *NewBooleanMeshDLM(struct Object *ob, struct Object *ob_select, int int_op_type);
#endif

View File

@@ -1,3 +1,4 @@
/**
* $Id$
*
@@ -224,3 +225,5 @@ void bglBegin(int mode) {}
void bglVertex3fv(float *vec) {}
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; }