AronaCore/core/misc/glfw_misc.h
2024-02-27 23:24:40 +08:00

8 lines
113 B
C

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