X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Ftaglist.h;h=8eb9d7a9f9d7e0af938e09c16fa1259b48ea537b;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hp=4c85d488f36d60c2020a7fba9b0754e3a3b63f8f;hpb=180972a54ec5b2e0b4d0667092dbd38f7f90574e;p=swftools.git diff --git a/lib/python/taglist.h b/lib/python/taglist.h index 4c85d48..8eb9d7a 100644 --- a/lib/python/taglist.h +++ b/lib/python/taglist.h @@ -27,6 +27,8 @@ #undef HAVE_STAT #include "../rfxswf.h" +#include "./tagmap.h" + extern PyTypeObject TagListClass; PyObject * taglist_new(); @@ -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