Fix incorrect extern

This commit is contained in:
2014-01-28 01:50:09 +11:00
parent 9e20d3e32a
commit 5aa006bc1c

View File

@@ -57,7 +57,7 @@ typedef struct BPy_BMTexPoly {
} BPy_BMTexPoly;
extern PyObject *pyrna_id_CreatePyObject(ID *id);
extern int pyrna_id_FromPyObject(PyObject *obj, ID **id);
extern bool pyrna_id_FromPyObject(PyObject *obj, ID **id);
PyDoc_STRVAR(bpy_bmtexpoly_image_doc,
"Image or None.\n\n:type: :class:`bpy.types.Image`"