fix warnings.
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
#ifndef BPY_OPERATOR_WRAP_H
|
||||
#define BPY_OPERATOR_WRAP_H
|
||||
|
||||
struct wmOperatorType;
|
||||
|
||||
/* these are used for operator methods, used by bpy_operator.c */
|
||||
PyObject *PYOP_wrap_macro_define(PyObject *self, PyObject *args);
|
||||
|
||||
/* exposed to rna/wm api */
|
||||
void operator_wrapper(struct wmOperatorType *ot, void *userdata);
|
||||
void macro_wrapper(struct wmOperatorType *ot, void *userdata);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user