code cleanup: not all mathutils callback creation functions tool unsigned char for type & subtype args.
This commit is contained in:
@@ -49,6 +49,7 @@ typedef struct {
|
||||
|
||||
//prototypes
|
||||
PyObject *Quaternion_CreatePyObject(float *quat, int type, PyTypeObject *base_type);
|
||||
PyObject *Quaternion_CreatePyObject_cb(PyObject *cb_user, int cb_type, int cb_subtype);
|
||||
PyObject *Quaternion_CreatePyObject_cb(PyObject *cb_user,
|
||||
unsigned char cb_type, unsigned char cb_subtype);
|
||||
|
||||
#endif /* __MATHUTILS_QUATERNION_H__ */
|
||||
|
Reference in New Issue
Block a user