X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=9b775f9d6e2be5c54a2bfbe0f409740dd865536b;hb=fcb4a9475268e19036bca32bec316d3d5402dc9a;hp=4ad76cb506fc7107573a45901dee9460cd81bb2d;hpb=ba56d09e75aea33535ee745eb6456e60cf80f805;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 4ad76cb..9b775f9 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -154,6 +154,11 @@ void swf_FreeTags(SWF * swf); // Frees all malloc'ed memory for sw // for streaming: int swf_WriteHeader(int handle,SWF * swf); // Writes Header of swf to file int swf_WriteTag(int handle,TAG * tag); // Writes TAG to file + +// folding/unfolding: + +void swf_FoldAll(SWF*swf); +void swf_FoldSprite(TAG*tag); TAG * swf_InsertTag(TAG * after,U16 id); // updates frames, if necessary int swf_DeleteTag(TAG * t);