X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=f8dd094e86cf214132d5550c2e32715a57c19806;hb=4a693dc68e920916f7edf7d2f0b91dd141955fad;hp=7e8be0f5fd6cadab8420f020dc0c42c95c2c6fd1;hpb=ebb9540c156ded8906d33b96418b3a52f26ef2ae;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 7e8be0f..f8dd094 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -329,6 +329,7 @@ SRECT swf_TurnRect(SRECT r, MATRIX* m); #define ST_FILEATTRIBUTES 69 /* version 8 (required)- */ #define ST_PLACEOBJECT3 70 /* version 8 */ #define ST_IMPORTASSETS2 71 /* version 8 */ +#define ST_RAWABC 72 /* version 9, used by flex */ #define ST_DEFINEFONTALIGNZONES 73 /* version 8 */ #define ST_CSMTEXTSETTINGS 74 /* version 8 */ #define ST_DEFINEFONT3 75 /* version 8 */ @@ -804,10 +805,6 @@ void* swf_ReadABC(TAG*tag); void swf_WriteABC(TAG*tag, void*code); void swf_AddButtonLinks(SWF*swf, char stop_each_frame); -// swfscripts.c - -void AVM2_InsertStops(SWF*swf); - // swfaction.c typedef struct _ActionTAG