X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fexample%2Fshape1.c;h=a65d0e40bc99b47d8d6653337813baa9a8825373;hb=58ff679af70144555cdfdc2b9be9918696465de9;hp=24292f901a902c71e2a1d73a288ef5d7a826d207;hpb=1501d0d231cf685584890de158e5d361c16b0c0e;p=swftools.git diff --git a/lib/example/shape1.c b/lib/example/shape1.c index 24292f9..a65d0e4 100644 --- a/lib/example/shape1.c +++ b/lib/example/shape1.c @@ -28,10 +28,10 @@ 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;