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.

20 lines
413B

  1. // This source file compiles those annoying implementation-in-header libraries
  2. #include <common.hpp> // for fopen_u8
  3. #define GLEW_STATIC
  4. #define GLEW_NO_GLU
  5. #include <GL/glew.h>
  6. #include <nanovg.h>
  7. #define BLENDISH_IMPLEMENTATION
  8. #include <blendish.h>
  9. #define NANOSVG_IMPLEMENTATION
  10. #define NANOSVG_ALL_COLOR_KEYWORDS
  11. #include <nanosvg.h>
  12. #define STB_IMAGE_WRITE_IMPLEMENTATION
  13. #include <stb_image_write.h>