ES-DE/external/nanosvg/src/nanosvg_impl.cpp
Aloshi 98120f9ecd Split into subprojects (external, core, es).
Removed relative paths in #includes.
Changed ViewController to a singleton, removing it from the Window class.
2014-06-20 01:40:36 -05:00

7 lines
132 B
C++

#define NANOSVG_IMPLEMENTATION
#define NANOSVGRAST_IMPLEMENTATION
#include <stdio.h>
#include "nanosvg.h"
#include "nanosvgrast.h"