fix Curve.update() method to use new DAG features.

This commit is contained in:
Stephen Swaney
2005-09-29 07:05:00 +00:00
parent f6c7cf7c13
commit c4b8a431bc
3 changed files with 26 additions and 8 deletions

View File

@@ -57,6 +57,8 @@ Object *Object_FromPyObject( PyObject * py_obj );
int Object_CheckPyObject( PyObject * py_obj );
Object *GetObjectByName( char *name );
void Object_updateDag( void *data );
int EXPP_add_obdata( struct Object *object );
#endif /* EXPP_OBJECT_H */