00001 00002 //Licence: LGPL 00003 //Copyright: Visti Andresen 00004 00005 00006 #include <GL/gl.h> 00007 #include <GL/glu.h> 00008 #include <SDL.h> 00009 #include <iostream> 00010 00011 00012 00013 using namespace std; 00014 00015 void setupGL(); 00016 void testMenus();