Compiling bugfix:

Campbell's change from yesterday (renaming PyArmature_FromArmature
to Armature_CreatePyObject) broke compiling here - was missing change to
this file.
This commit is contained in:
Joshua Leung 2007-02-22 10:00:47 +00:00
parent a2ce2600d9
commit fbd8a16933

@ -60,7 +60,7 @@ typedef struct {
} BPy_Armature;
//-------------------VISIBLE PROTOTYPES-------------------------
PyObject *PyArmature_FromArmature(struct bArmature *armature);
PyObject *Armature_CreatePyObject(struct bArmature *armature);
struct bArmature *PyArmature_AsArmature(BPy_Armature *py_armature);
PyObject * Armature_RebuildEditbones(PyObject *pyarmature);
PyObject *Armature_RebuildBones(PyObject *pyarmature);