X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Ftaglist.h;h=8eb9d7a9f9d7e0af938e09c16fa1259b48ea537b;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hp=511296456be112250e43e0f55dd4463361abd101;hpb=a18cdd835cad27c679d6a9659836f035fc3a0b5c;p=swftools.git diff --git a/lib/python/taglist.h b/lib/python/taglist.h index 5112964..8eb9d7a 100644 --- a/lib/python/taglist.h +++ b/lib/python/taglist.h @@ -23,15 +23,22 @@ #ifndef __taglist_h__ #define __taglist_h__ -#include "../rfxswf.h" -#undef HAVE_STAT #include +#undef HAVE_STAT +#include "../rfxswf.h" + +#include "./tagmap.h" extern PyTypeObject TagListClass; PyObject * taglist_new(); + +/* warning: will modify tag order*/ PyObject * taglist_new2(TAG*tag); + TAG* taglist_getTAGs(PyObject*); +/* for sprites: */ +TAG* taglist_getTAGs2(PyObject*self, PyObject*tagmap, int addDependencies); PyMethodDef* taglist_getMethods(); #endif