X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Fartsutils.h;h=640527f2a0567d6b8a00403d1bb54cf0c1bd7092;hb=65c630ae35e903314e00fbe7a24d21fa757d4837;hp=0375b82eac5920c763931088184f1ae3db8c9ad5;hpb=7bb96f333d276cbccc0e291e8a713a6441dba6d4;p=swftools.git diff --git a/lib/devices/artsutils.h b/lib/devices/artsutils.h index 0375b82..640527f 100644 --- a/lib/devices/artsutils.h +++ b/lib/devices/artsutils.h @@ -4,6 +4,10 @@ #include "../../config.h" #include "../art/libart.h" +#ifdef __cplusplus +extern "C" { +#endif + ArtVpath* gfxline_to_ArtVpath(gfxline_t*line); ArtSVP* gfxfillToSVP(gfxline_t*line, int perturb); void show_path(ArtSVP*path); @@ -11,4 +15,8 @@ ArtSVP* boxToSVP(double x1, double y1,double x2, double y2); ArtSVP* gfxstrokeToSVP(gfxline_t*line, gfxcoord_t width, gfx_capType cap_style, gfx_joinType joint_style, double miterLimit); gfxline_t* SVPtogfxline(ArtSVP*svp); +#ifdef __cplusplus +} +#endif + #endif