Added a couple of stubs so that blenderplayer compiles fine again after

verse commit. Could someone who is familiar with stubs check that this
is done the right way?
This commit is contained in:
Joshua Leung 2007-01-10 02:22:22 +00:00
parent 983fc9ab89
commit 3f5bd9b391

@ -272,6 +272,9 @@ void post_tag_change(struct VTag *vtag) {}
void post_taggroup_create(struct VTagGroup *vtaggroup) {}
char *verse_client_name(void) { return NULL; }
void post_transform(struct VNode *vnode) {}
void post_transform_pos(struct VNode *vnode) {}
void post_transform_rot(struct VNode *vnode) {}
void post_transform_scale(struct VNode *vnode) {}
void post_object_free_constraint(struct VNode *vnode) {}
void post_link_set(struct VLink *vlink) {}
void post_link_destroy(struct VLink *vlink) {}