Doh! prototype for Armature_CreatePyObject() was already added.

I plead incompetence.  more coffee, please.
This commit is contained in:
Stephen Swaney
2007-02-22 10:46:02 +00:00
parent 5cb958f305
commit 5cc58ba8fe

View File

@@ -67,6 +67,5 @@ PyObject *Armature_RebuildBones(PyObject *pyarmature);
int Armature_CheckPyObject( PyObject * pyobj );
struct bArmature *Armature_FromPyObject( PyObject * py_obj );
PyObject *Armature_CreatePyObject(struct bArmature *armature);
#endif