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