Błąd GLFW: Biblioteka GLFW nie jest inicjowana

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