From d9834d985ae0322b9e1c1a76d5b73973bd884560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D1=91=D0=BD=D0=B0=20=D0=90=D1=83=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0?= <AulovaAV@mpei.ru> Date: Sun, 4 Jun 2023 23:56:39 +0300 Subject: [PATCH] : --- svg.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 svg.h 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