diff --git a/svg.h b/svg.h new file mode 100644 index 0000000..2060d2c --- /dev/null +++ b/svg.h @@ -0,0 +1,7 @@ +#ifndef SVG_H_INCLUDED +#define SVG_H_INCLUDED + +void +svg_begin(double width, double height) + +#endif // SVG_H_INCLUDED