diff --git a/dotscape b/dotscape index 4e50357..71ec9d3 100755 Binary files a/dotscape and b/dotscape differ diff --git a/ffi/glfw-export.c b/ffi/glfw-export.c index 5ba86c4..02d4df3 100644 --- a/ffi/glfw-export.c +++ b/ffi/glfw-export.c @@ -1,6 +1,6 @@ -#include "export.h" -#include #include +#define GLFW_INCLUDE_NONE +#include // GLFW constants used below int CONTEXT_VERSION_MAJOR = GLFW_CONTEXT_VERSION_MAJOR; diff --git a/ffi/glfw-input.c b/ffi/glfw-input.c index 4a14df1..b4762f0 100644 --- a/ffi/glfw-input.c +++ b/ffi/glfw-input.c @@ -1,4 +1,5 @@ #include "export.h" +#define GLFW_INCLUDE_NONE #include int PRESS = GLFW_PRESS;