X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=31050dd41fab6b4dcc76ecdc02575bb6a0c486f7;hb=92639540a5db28c4e5cbb87bad85fa4abb886308;hp=b6ab8d2b7b5b5e06cb813f871d493db592737000;hpb=b229ff4499940a84e457ce68764a600ecf84c9ce;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index b6ab8d2..31050dd 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -460,7 +460,6 @@ void swf_Shape2Free(SHAPE2 * s); void swf_DumpShape(SHAPE2*shape2); void swf_ParseDefineShape(TAG*tag, SHAPE2*shape); -void swf_Shape2ToShape(SHAPE2*shape2, SHAPE*shape); void swf_SetShape2(TAG*tag, SHAPE2*shape2); void swf_RecodeShapeData(U8*data, int bitlen, int in_bits_fill, int in_bits_line, @@ -755,6 +754,7 @@ U8 swf_isPseudoDefiningTag(TAG * t); U8 swf_isAllowedSpriteTag(TAG * t); U8 swf_isImageTag(TAG*tag); U8 swf_isShapeTag(TAG*tag); +U8 swf_isPlaceTag(TAG*tag); U16 swf_GetDefineID(TAG * t); SRECT swf_GetDefineBBox(TAG * t);