From: kramm Date: Sat, 22 May 2004 00:11:19 +0000 (+0000) Subject: added taglist_getTAGs2() function X-Git-Tag: release-0-6-0~190 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=71586a0086b4610076acd096af6d0f7c3440cd98;hp=a893580230f258ff41f1f5eab2f2d257ce90359d;p=swftools.git added taglist_getTAGs2() function --- 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