You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
551 B

--- src/main/main.cpp.orig 2003-04-11 14:42:29.000000000 +0100
+++ src/main/main.cpp 2006-07-06 19:37:55.000000000 +0100
@@ -9,6 +9,7 @@
#include <math.h>
#include <SDL.h>
+#include <GL/glut.h>
#include "KikiController.h"
// __________________________________________________________________________________________________
@@ -19,6 +20,8 @@
int width, height;
SDL_Surface * screen;
+ glutInit(&argc, argv);
+
// initialize SDL
if ( SDL_Init(SDL_INIT_VIDEO | SDL_INIT_VIDEO) < 0 ) // SDL_INIT_TIMER
{