X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Frfxswf.h;h=861e378048442b6ad071060fc1412fd5ee6b0016;hb=5bc790960480ec72730ee25fe60d45cf92f7439f;hp=ff15257ff54490b464aee421cc865241b5810e2a;hpb=819e90e7e359dbead7b50343ee5b93c6a8bc63e2;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index ff15257..861e378 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -158,7 +158,9 @@ int swf_ReadHeader(struct reader_t*reader, SWF * swf); // Reads SWF Header vi // folding/unfolding: void swf_FoldAll(SWF*swf); +void swf_UnFoldAll(SWF*swf); void swf_FoldSprite(TAG*tag); +void swf_UnFoldSprite(TAG*tag); // basic routines: @@ -766,7 +768,7 @@ void action_fixjump(ActionMarker m1, ActionMarker m2); // swfobject.c -// The following routines only use placeobject2: +// The following 3 routines only use placeobject2: int swf_ObjectPlace(TAG * t,U16 id,U16 depth,MATRIX * m,CXFORM * cx,U8 * name); int swf_ObjectPlaceClip(TAG * t,U16 id,U16 depth,MATRIX * m,CXFORM * cx,U8 * name, U16 clipaction);