1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Added permission comment.

This commit is contained in:
Camilla Berglund 2011-02-09 12:17:34 +01:00
parent ebb69adc36
commit 230bd371f8

View File

@ -43,6 +43,7 @@ static int _glfwError = GLFW_NO_ERROR;
//========================================================================
// Sets the current error value
// This function may be called without GLFW having been initialized
//========================================================================
void _glfwSetError(int error, const char* description)