Skip to content

Instantly share code, notes, and snippets.

@skyfe79
Created June 24, 2012 03:22
Show Gist options
  • Save skyfe79/2981352 to your computer and use it in GitHub Desktop.
Save skyfe79/2981352 to your computer and use it in GitHub Desktop.
GLUT01
#include <OpenGL/OpenGL.h>
#include <GLUT/GLUT.h>
int main(int argc, const char * argv[])
{
glutInit(&argc, const_cast<char **>(argv));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment