#define GLFW_INCLUDE_GLU #include #include int main() { if (!glfwInit()) exit(EXIT_FAILURE); glfwTerminate(); return 0; }