added TODO comment.
[swftools.git] / lib / python / tags.c
index 2196b99..ee86831 100644 (file)
@@ -83,6 +83,8 @@ static tag_internals_t font_tag =
 typedef struct _placeobject_internal
 {
     SWFPLACEOBJECT* po;
+
+    //PyObject*character //TODO
 } placeobject_internal_t;
 staticforward tag_internals_t placeobject_tag;