mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Added glfwGetVersionString.
This commit is contained in:
+4
-3
@@ -235,9 +235,7 @@ GLFWGLOBAL _GLFWlibrary _glfwLibrary;
|
||||
// Init/terminate
|
||||
int _glfwPlatformInit(void);
|
||||
int _glfwPlatformTerminate(void);
|
||||
|
||||
// Error handling
|
||||
void _glfwSetError(int error);
|
||||
const char* _glfwPlatformGetVersionString(void);
|
||||
|
||||
// Enable/Disable
|
||||
void _glfwPlatformEnableSystemKeys(_GLFWwindow* window);
|
||||
@@ -285,6 +283,9 @@ void* _glfwPlatformGetProcAddress(const char* procname);
|
||||
// Prototypes for platform independent internal functions
|
||||
//========================================================================
|
||||
|
||||
// Error handling
|
||||
void _glfwSetError(int error);
|
||||
|
||||
// Window management (window.c)
|
||||
void _glfwClearWindowHints(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user