#include #include #include "nanovg.h" #include "math.h" void initGlew() { glewExperimental = GL_TRUE; if(glewInit() != GLEW_OK) { printf("Could not init glew.\n"); /* return -1; */ } }