X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Frfxswf.h;h=6ea89004617b04822e07fcc19aa16f4116f03849;hp=88cdf7c48307ee4928da1851ea9203ba6bdf88ec;hb=7def1e1bda52a0c4a7c927f58385b6e761a0c2d6;hpb=46cb1a8fcf292ad6c4f1642e2942679df9147d83 diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 88cdf7c..6ea8900 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -744,6 +744,8 @@ U8 swf_isShapeTag(TAG*tag); U16 swf_GetDefineID(TAG * t); SRECT swf_GetDefineBBox(TAG * t); +void swf_SetDefineBBox(TAG * t, SRECT r); + void swf_SetDefineID(TAG * t, U16 newid); U16 swf_GetPlaceID(TAG * t); //PLACEOBJECT, PLACEOBJECT2 (sometimes), REMOVEOBJECT int swf_GetDepth(TAG * t); //PLACEOBJECT,PLACEOBJECT2,REMOVEOBJECT,REMOVEOBJECT2,SETTABINDEX