Fix Blenderplayer compile error

This commit is contained in:
Julian Eisel 2018-03-29 17:15:35 +02:00
parent 8b45fd8b61
commit 973eeff2ea
1 changed files with 2 additions and 0 deletions

View File

@ -676,6 +676,8 @@ void UI_GetThemeColorBlendShade3fv(int colorid1, int colorid2, float fac, int of
void UI_GetThemeColorBlendShade4fv(int colorid1, int colorid2, float fac, int offset, float col[4]) RET_NONE
void UI_GetThemeColorBlend3ubv(int colorid1, int colorid2, float fac, unsigned char col[3]) RET_NONE
void UI_GetThemeColorShadeAlpha4ubv(int colorid, int coloffset, int alphaoffset, unsigned char col[4]) RET_NONE
void ui_widget_batch_preset_reset(void) RET_NONE
void ui_widget_batch_preset_exit(void) RET_NONE
/* rna template */
void uiTemplateAnyID(uiLayout *layout, struct PointerRNA *ptr, const char *propname, const char *proptypename, const char *text) RET_NONE