Update stubs for recent changes (BKE_utildefines.h and header printing).

This commit is contained in:
Nathan Letwory 2010-10-04 23:52:53 +00:00
parent f994c6caee
commit 63b4c93e44
2 changed files with 2 additions and 0 deletions

@ -37,6 +37,7 @@ SET(INC
../../../intern/guardedalloc ../../../intern/guardedalloc
../../../source/blender/makesdna ../../../source/blender/makesdna
../../../source/blender/makesrna ../../../source/blender/makesrna
../../../source/blender/blenkernel
) )
IF(WITH_GAMEENGINE) IF(WITH_GAMEENGINE)

@ -162,6 +162,7 @@ void ED_node_composit_default(struct Scene *sce){}
void *ED_region_draw_cb_activate(struct ARegionType *art, void(*draw)(const struct bContext *, struct ARegion *, void *), void *custumdata, int type){return 0;} /* XXX this one looks weird */ void *ED_region_draw_cb_activate(struct ARegionType *art, void(*draw)(const struct bContext *, struct ARegion *, void *), void *custumdata, int type){return 0;} /* XXX this one looks weird */
void *ED_region_draw_cb_customdata(void *handle){return 0;} /* XXX This one looks wrong also */ void *ED_region_draw_cb_customdata(void *handle){return 0;} /* XXX This one looks wrong also */
void ED_region_draw_cb_exit(struct ARegionType *art, void *handle){} void ED_region_draw_cb_exit(struct ARegionType *art, void *handle){}
void ED_area_headerprint(struct ScrArea *sa, char *str){}
struct EditBone *ED_armature_bone_get_mirrored(struct ListBase *edbo, struct EditBone *ebo){return (struct EditBone *) NULL;} struct EditBone *ED_armature_bone_get_mirrored(struct ListBase *edbo, struct EditBone *ebo){return (struct EditBone *) NULL;}
struct EditBone *ED_armature_edit_bone_add(struct bArmature *arm, char *name){return (struct EditBone*) NULL;} struct EditBone *ED_armature_edit_bone_add(struct bArmature *arm, char *name){return (struct EditBone*) NULL;}