Erreur GLFW: la bibliothèque GLFW n'est pas initialisée

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