#pragma once #include "GLFW/glfw3.h" extern "C" { CORE_API void* glfwGetWindowHandle(GLFWwindow* window); }