diff options
Diffstat (limited to 'thirdparty/nanosvg/src/nanosvg.cc')
-rw-r--r-- | thirdparty/nanosvg/src/nanosvg.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/thirdparty/nanosvg/src/nanosvg.cc b/thirdparty/nanosvg/src/nanosvg.cc new file mode 100644 index 0000000000..3e8e86c792 --- /dev/null +++ b/thirdparty/nanosvg/src/nanosvg.cc @@ -0,0 +1,8 @@ +#include "stdio.h" +#include "string.h" +#include "math.h" +#define NANOSVG_ALL_COLOR_KEYWORDS +#define NANOSVG_IMPLEMENTATION +#include "nanosvg.h" +#define NANOSVGRAST_IMPLEMENTATION +#include "nanosvgrast.h" |