Couldn't compile since rfxswf.h R1.112. fixed.
[swftools.git] / lib / example / shape1.c
index 24292f9..a65d0e4 100644 (file)
                
 int main (int argc,char ** argv)
 { SWF swf;
-  LPTAG t;
+  TAG* t;
   RGBA rgb;
   SRECT r;
-  LPSHAPE s;
+  SHAPE* s;
   S32 width=300,height = 300;
   
   int f,i,ls1,ls2;