new file swfscripts.c
[swftools.git] / lib / rfxswf.h
index 1b7d6a2..3dbd01f 100644 (file)
@@ -515,8 +515,8 @@ typedef struct _SWFFONT
   U8           version; // 0 = not set, 1 = definefont, 2 = definefont2
   U8 *          name;
   SWFLAYOUT *   layout;
-  U16          numchars;
-  U16          maxascii; // highest mapped ascii value
+  int           numchars;
+  int           maxascii; // highest mapped ascii/unicode value
 
   U8           style;
   U8           encoding;
@@ -799,9 +799,12 @@ void swf_uncgi();  // same behaviour as Steven Grimm's uncgi-library
 
 // swfabc.c
 
-void AVM2_InsertStops(SWF*swf);
 void swf_DissassembleABC(TAG*tag);
 
+// swfscripts.c
+
+void AVM2_InsertStops(SWF*swf);
+
 // swfaction.c
 
 typedef struct _ActionTAG