mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 03:04:14 +02:00
Added glfwGetVersionString.
This commit is contained in:
@@ -399,6 +399,7 @@ typedef void (* GLFWcharfun)(GLFWwindow,int);
|
||||
GLFWAPI int glfwInit(void);
|
||||
GLFWAPI void glfwTerminate(void);
|
||||
GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev);
|
||||
GLFWAPI const char* glfwGetVersionString(void);
|
||||
|
||||
/* Error handling */
|
||||
GLFWAPI int glfwGetError(void);
|
||||
|
||||
Reference in New Issue
Block a user