Fix for usual bplayer issue (own fault)...

This commit is contained in:
Bastien Montagne 2013-01-20 18:17:01 +00:00
parent cef730d969
commit 952c83cb62

@ -526,6 +526,7 @@ void macro_wrapper(struct wmOperatorType *ot, void *userdata) {}
int pyrna_id_FromPyObject(struct PyObject *obj, struct ID **id) { return 0; }
struct PyObject *pyrna_id_CreatePyObject(struct ID *id) {return NULL; }
void BPY_context_update(struct bContext *C) {};
const char *BPY_app_translations_py_pgettext(const char *msgctxt, const char *msgid) { return msgid; }
/* intern/dualcon */
struct DualConMesh;