X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Frfxswf.h;h=01059d4813ae1eed03c956ee1a74b57685ec4478;hb=23c1c9363c730dfafc683bd00920a2c33cc07ee2;hp=db6617625e1f558ac15a17cd6c889d05f85ebb0b;hpb=a970a6438fa892d043faac61ea6e27c8c88f79fa;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index db66176..01059d4 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -178,6 +178,10 @@ void swf_UnFoldAll(SWF*swf); void swf_FoldSprite(TAG*tag); void swf_UnFoldSprite(TAG*tag); +// tag reordering: + +void swf_OptimizeTagOrder(SWF*swf); + // basic routines: TAG * swf_InsertTag(TAG * after,U16 id); // updates frames, if necessary