Erro GLFW: a biblioteca GLFW não é inicializada

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