Cleanup: return types in stubs

This commit is contained in:
2018-05-31 09:49:44 +02:00
parent 6c0705009e
commit d9324b61d5

View File

@@ -495,8 +495,8 @@ void ED_base_object_select(struct Base *base, short mode) RET_NONE
bool ED_object_modifier_remove(struct ReportList *reports, struct Main *bmain, struct Object *ob, struct ModifierData *md) RET_ZERO
struct ModifierData *ED_object_modifier_add(struct ReportList *reports, struct Main *bmain, struct Scene *scene, struct Object *ob, const char *name, int type) RET_ZERO
void ED_object_modifier_clear(struct Main *bmain, struct Object *ob) RET_NONE
bool ED_object_editmode_enter(struct bContext *C, int flag) RET_NONE
bool ED_object_editmode_exit(struct bContext *C, int flag) RET_NONE
bool ED_object_editmode_enter(struct bContext *C, int flag) RET_ZERO
bool ED_object_editmode_exit(struct bContext *C, int flag) RET_ZERO
bool ED_object_editmode_load(struct Object *obedit) RET_ZERO
void ED_object_check_force_modifiers(struct Main *bmain, struct Scene *scene, struct Object *object) RET_NONE
bool uiLayoutGetActive(struct uiLayout *layout) RET_ZERO