Dump of macOS tests, starting integrating some code, very WIP

This commit is contained in:
falkTX 2021-10-07 21:23:11 +01:00
parent 093ef1d39c
commit d6dcdfff55
8 changed files with 593 additions and 22 deletions

19
plugins/CVCRack/dep.cpp Normal file
View file

@ -0,0 +1,19 @@
// 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>