Kesalahan GLFW: Perpustakaan GLFW tidak diinisialisasi

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