more horizontal refactoring
[swftools.git] / lib / python / tagmap.h
index ccaaf88..66f6ed4 100644 (file)
 #ifndef __tagmap_h__
 #define __tagmap_h__
 
-#include "../rfxswf.h"
-#undef HAVE_STAT
 #include <Python.h>
+#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();