You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // This source file compiles those annoying implementation-in-header libraries
-
- #include <common.hpp> // for fopen_u8
-
- #define GLEW_STATIC
- #define GLEW_NO_GLU
- #include <GL/glew.h>
-
- #include <nanovg.h>
-
- #define BLENDISH_IMPLEMENTATION
- #include <blendish.h>
-
- #define NANOSVG_IMPLEMENTATION
- #define NANOSVG_ALL_COLOR_KEYWORDS
- #include <nanosvg.h>
-
- #define STB_IMAGE_WRITE_IMPLEMENTATION
- #include <stb_image_write.h>
|