X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=aa7c4dadc31eb2b2ae6eaa60bae9d39f32686dcb;hb=fd636cfbba7f6009b4db96438820265094292fa4;hp=a860b77a2a3a4336bc883c92f6c902f97356bfd8;hpb=f02681d9b6f222ad16e3b97096c82b40e9813a7d;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index a860b77..aa7c4da 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -100,6 +100,10 @@ typedef struct _ActionTAG U8 tmp[4]; // store small operands here. } ActionTAG; +typedef struct _ActionMarker +{ + ActionTAG* atag; +} ActionMarker; typedef struct _SWF { U8 fileVersion; @@ -590,5 +594,7 @@ void action_If(U16 branch); void action_Call(); void action_GotoFrame2(U8 method); void swf_ActionEnd(); +ActionMarker action_setMarker(); +void action_fixjump(ActionMarker m1, ActionMarker m2); #endif