Added glfwInit exception comment.

This commit is contained in:
Camilla Berglund 2012-01-10 21:35:13 +01:00
parent e81b2decac
commit 87f713a5e2

View File

@ -117,6 +117,7 @@ GLFWAPI const char* glfwErrorString(int error)
//========================================================================
// Sets the callback function for GLFW errors
// This function may be called without GLFW having been initialized
//========================================================================
GLFWAPI void glfwSetErrorCallback(GLFWerrorfun cbfun)