mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00

Removed relative paths in #includes. Changed ViewController to a singleton, removing it from the Window class.
7 lines
132 B
C++
7 lines
132 B
C++
#define NANOSVG_IMPLEMENTATION
|
|
#define NANOSVGRAST_IMPLEMENTATION
|
|
|
|
#include <stdio.h>
|
|
#include "nanosvg.h"
|
|
#include "nanosvgrast.h"
|