X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Ftaglist.h;h=8eb9d7a9f9d7e0af938e09c16fa1259b48ea537b;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hp=f111e96d3ff3757b96d019b6f6e87b186ac79fb3;hpb=84245258e84d865fb1b5a0a6a781c099946398df;p=swftools.git diff --git a/lib/python/taglist.h b/lib/python/taglist.h index f111e96..8eb9d7a 100644 --- a/lib/python/taglist.h +++ b/lib/python/taglist.h @@ -23,9 +23,11 @@ #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; @@ -35,6 +37,8 @@ PyObject * taglist_new(); PyObject * taglist_new2(TAG*tag); TAG* taglist_getTAGs(PyObject*); +/* for sprites: */ +TAG* taglist_getTAGs2(PyObject*self, PyObject*tagmap, int addDependencies); PyMethodDef* taglist_getMethods(); #endif