#define EXIT_WITH_ERROR(err) \ { \ glfwTerminate(); \ std::cout << "ERROR: " << err << std::endl; \ system("PAUSE"); \ return EXIT_FAILURE; \ }