git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a893580
)
added taglist_getTAGs2() function
author
kramm
<kramm>
Sat, 22 May 2004 00:11:19 +0000
(
00:11
+0000)
committer
kramm
<kramm>
Sat, 22 May 2004 00:11:19 +0000
(
00:11
+0000)
lib/python/taglist.h
patch
|
blob
|
history
diff --git
a/lib/python/taglist.h
b/lib/python/taglist.h
index
4c85d48
..
8eb9d7a
100644
(file)
--- 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