X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fdrawer.h;h=7c88df5a176e64b4f6b9e0a03762befed0589e29;hp=f79e6b5a9931c4c21820c2a0b1043bfffc9138db;hb=bdad407fb79c2f7be9f3603694ebdeadc645b52d;hpb=898ceddb63e8fb4bd04cc8a87e0b93b6def552e1 diff --git a/lib/drawer.h b/lib/drawer.h index f79e6b5..7c88df5 100644 --- a/lib/drawer.h +++ b/lib/drawer.h @@ -45,8 +45,8 @@ typedef struct _drawer_t } drawer_t; -void draw_cubicto(drawer_t*drawer, FPOINT* control1, FPOINT* control2, FPOINT* to); -void draw_conicto(drawer_t*drawer, FPOINT* control, FPOINT* to); +void draw_cubicTo(drawer_t*drawer, FPOINT* control1, FPOINT* control2, FPOINT* to); +void draw_conicTo(drawer_t*drawer, FPOINT* control, FPOINT* to); void draw_string(drawer_t*drawer, const char*code); #endif