mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
9 lines
204 B
C++
9 lines
204 B
C++
#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"
|