Couldn't compile since rfxswf.h R1.112. fixed.
[swftools.git] / lib / example / transtest.c
index 15d34c5..56f5180 100644 (file)
   
 int main (int argc,char ** argv)
 { SWF swf;
-  LPTAG t;
+  TAG* t;
   RGBA rgb;
   SRECT r;
-  LPSHAPE s;
+  SHAPE* s;
   S32 width = 800,height = 800;
   int fs,ls; // line & fillstyle
-  LPJPEGBITS jpeg;
+  JPEGBITS* jpeg;
   MATRIX m;  
   
   int f,i,j,frame;