X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Ftagmap.h;h=66f6ed42ec6c644ce7844954da5ce76b6444ca50;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hp=ccaaf888983f3408375829328606487c308a5f38;hpb=726d172d02228a2e9b084efba8d3173994343c2b;p=swftools.git diff --git a/lib/python/tagmap.h b/lib/python/tagmap.h index ccaaf88..66f6ed4 100644 --- a/lib/python/tagmap.h +++ b/lib/python/tagmap.h @@ -23,14 +23,15 @@ #ifndef __tagmap_h__ #define __tagmap_h__ -#include "../rfxswf.h" -#undef HAVE_STAT #include +#undef HAVE_STAT +#include "../rfxswf.h" extern PyTypeObject TagMapClass; int tagmap_obj2id(PyObject* self, PyObject* obj); PyObject* tagmap_id2obj(PyObject* self, int _id); int tagmap_add(PyObject* self, PyObject* obj); +void tagmap_addMapping(PyObject*self, int id, PyObject*obj); PyObject* tagmap_getObjectList(PyObject* self); PyObject* tagmap_new();