GLFW -Fehler: Die GLFW -Bibliothek ist nicht initialisiert

if (!glfwInit(INIT_ARGS)) {
	// Some error happened!
}
Avetharun