X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=d4b04244eeac65f394c54a11afd8c17465956a33;hb=66a03382aab040571f94b0861719753bda3ff8f1;hp=ce4307f2cb9581d28cbb6d88714e0b2e38ea8aa3;hpb=c94d5959f51071041fe1a9802d5b021ecd4f6def;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index ce4307f..d4b0424 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -734,7 +734,7 @@ MATRIX * swf_MatrixMapTriangle(MATRIX * m,int dx,int dy, int x0,int y0,int x1,int y1,int x2,int y2); int swf_GetNumUsedIDs(TAG * t); void swf_GetUsedIDs(TAG * t, int * positions); -void swf_Relocate(SWF*swf, char*bitmap); // bitmap is 65536 bytes, bitmap[a]==0 means id a is free +char swf_Relocate(SWF*swf, char*bitmap); // bitmap is 65536 bytes, bitmap[a]==0 means id a is free void swf_RelocateDepth(SWF*swf, char*bitmap); // bitmap is 65536 bytes, bitmap[d]==0 means depth d is free TAG* swf_Concatenate (TAG*list1,TAG*list2); // warning: both list1 and list2 are invalid after this call. @@ -753,6 +753,7 @@ void swf_FreeABC(void*code); void swf_AddButtonLinks(SWF*swf, char stop_each_frame, char events); TAG*swf_AddAS3FontDefine(TAG*tag, U16 id, char*fontname); #include "as3/compiler.h" +#include "as3/import.h" // swfaction.c