vrchess

diff src/game.cc @ 1:cd7755e4663a

added makefile commented out ovr 0.3.1 header file until it actually works
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 25 Apr 2014 05:43:26 +0300
parents b326d53321f7
children 879194e4b1f0
line diff
     1.1 --- a/src/game.cc	Fri Apr 25 05:20:53 2014 +0300
     1.2 +++ b/src/game.cc	Fri Apr 25 05:43:26 2014 +0300
     1.3 @@ -2,7 +2,7 @@
     1.4  #include "opengl.h"
     1.5  #include "camera.h"
     1.6  #include "texture.h"
     1.7 -#include "OVR_CAPI_GL.h"
     1.8 +//#include "OVR_CAPI_GL.h"
     1.9  
    1.10  static void draw_scene();
    1.11  
    1.12 @@ -177,4 +177,4 @@
    1.13  	glFrontFace(GL_CCW);
    1.14  
    1.15  	glPopMatrix();
    1.16 -}
    1.17 \ No newline at end of file
    1.18 +}