Added glfwGetVersionString.

This commit is contained in:
Camilla Berglund
2010-09-13 18:05:59 +02:00
parent 3c2a89e5e8
commit d6fe447ca9
6 changed files with 47 additions and 3 deletions
+4 -3
View File
@@ -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);