X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Fprimitives.h;h=ac62828c946cd36fa252fb38ed5426c7f9703f8a;hb=5d23cf0d32a9e907fc641db4a2f3946f0645ed3a;hp=f4361f1e63e41a3ee1aff08b1d3e33e23eadb1f3;hpb=da8bbe75afe53d45c8ba4b89edd1a4ad301d0778;p=swftools.git diff --git a/lib/python/primitives.h b/lib/python/primitives.h index f4361f1..ac62828 100644 --- a/lib/python/primitives.h +++ b/lib/python/primitives.h @@ -39,6 +39,7 @@ PyObject* f_Color(PyObject* self, PyObject* args, PyObject* kwargs); PyObject* f_ColorTransform(PyObject* self, PyObject* args, PyObject* kwargs); PyObject* f_Gradient(PyObject* self, PyObject* args, PyObject* kwargs); PyObject* f_BBox(PyObject* self, PyObject* args, PyObject* kwargs); +PyObject* f_BBox2(SRECT bbox); PyObject* f_Matrix(PyObject* self, PyObject* args, PyObject* kwargs); RGBA color_getRGBA(PyObject*self);