godot/thirdparty/nanosvg/nanosvg.cc

9 lines
204 B
C++
Raw Permalink Normal View History

2017-08-19 04:21:24 +02:00
#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"