diff options
Diffstat (limited to 'nanosvg.c')
-rw-r--r-- | nanosvg.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nanosvg.c b/nanosvg.c new file mode 100644 index 0000000..5a77f2b --- /dev/null +++ b/nanosvg.c @@ -0,0 +1,6 @@ +#include <stdio.h> +#include <string.h> +#include <math.h> +#define NANOSVG_ALL_COLOR_KEYWORDS +#define NANOSVG_IMPLEMENTATION +#include <nanosvg.h> |