View | Details | Raw Unified
Collapse All | Expand All

(-) src/main/main.cpp.orig (+3 lines)
 Lines 9-14    Link Here 
#include <math.h>
#include <math.h>
#include <SDL.h>
#include <SDL.h>
#include <GL/glut.h>
#include "KikiController.h"
#include "KikiController.h"
// __________________________________________________________________________________________________
// __________________________________________________________________________________________________
 Lines 19-24    Link Here 
    int width, height;
    int width, height;
    SDL_Surface * screen;
    SDL_Surface * screen;
	glutInit(&argc, argv);
    // initialize SDL
    // initialize SDL
    if ( SDL_Init(SDL_INIT_VIDEO | SDL_INIT_VIDEO) < 0 ) // SDL_INIT_TIMER
    if ( SDL_Init(SDL_INIT_VIDEO | SDL_INIT_VIDEO) < 0 ) // SDL_INIT_TIMER
    {
    {