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

View File

@@ -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);