mirror of https://github.com/axmolengine/axmol.git
Fix ci
This commit is contained in:
parent
e5cc37cd40
commit
ed9e539a85
|
@ -88,6 +88,7 @@ using namespace backend;
|
||||||
#endif
|
#endif
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#define GLFW_EXPOSE_NATIVE_COCOA
|
#define GLFW_EXPOSE_NATIVE_COCOA
|
||||||
|
typedef struct objc_object *id;
|
||||||
extern "C" id glfwGetCocoaWindow(GLFWwindow* window);
|
extern "C" id glfwGetCocoaWindow(GLFWwindow* window);
|
||||||
// #include <GLFW/glfw3native.h> // for glfwGetCocoaWindow()
|
// #include <GLFW/glfw3native.h> // for glfwGetCocoaWindow()
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue