X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fdrawer.h;h=7c88df5a176e64b4f6b9e0a03762befed0589e29;hp=f79e6b5a9931c4c21820c2a0b1043bfffc9138db;hb=facdbc2c6d5ac9b5d6551690f646355bf11ae58e;hpb=33816192a785027f03daf78eddff3a3d9c3be81a 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