Revert previosu commit since it breaks on travis
This commit is contained in:
parent
e9dd7f6276
commit
b3e2f9c9f6
@ -6,11 +6,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#if GLFW_CONTEXT_VERSION_MAJOR < 3 || (GLFW_CONTEXT_VERSION_MAJOR == 3 && GLFW_CONTEXT_VERSION_MINOR < 2)
|
|
||||||
#error "glfw >= 3.2 is required"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
bool init_glfw(PyObject *m);
|
bool init_glfw(PyObject *m);
|
||||||
|
|
||||||
PyObject* glfw_set_error_callback(PyObject UNUSED *self, PyObject *callback);
|
PyObject* glfw_set_error_callback(PyObject UNUSED *self, PyObject *callback);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user