The imperative per-few-days blenderplayer fix.

This commit is contained in:
Antony Riakiotakis 2013-03-05 23:21:10 +00:00
parent 15c524e416
commit 0a83879538

@ -109,6 +109,7 @@ struct bNodeSocket;
struct bNodeTree;
struct bPoseChannel;
struct bPythonConstraint;
struct bTheme;
struct uiLayout;
struct wmEvent;
struct wmKeyConfig;
@ -413,6 +414,7 @@ void uiLayoutSetContextPointer(struct uiLayout *layout, char *name, struct Point
char *uiLayoutIntrospect(struct uiLayout *layout) {return (char *)NULL;}
void UI_reinit_font(void) {}
int UI_rnaptr_icon_get(struct bContext *C, struct PointerRNA *ptr, int rnaicon, int big) {return 0;}
struct bTheme *UI_GetTheme(void) {};
/* rna template */
void uiTemplateAnyID(struct uiLayout *layout, struct bContext *C, struct PointerRNA *ptr, char *propname, char *text) {}