volmetrics

diff src/main.cc @ 35:df4a277adb82

port to macosx
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 06 Feb 2015 21:15:23 +0200
parents eb87d4a12bd3
children 1df14c5ffa71
line diff
     1.1 --- a/src/main.cc	Mon Aug 18 10:44:11 2014 +0300
     1.2 +++ b/src/main.cc	Fri Feb 06 21:15:23 2015 +0200
     1.3 @@ -1,6 +1,4 @@
     1.4 -#include <GL/glew.h>
     1.5 -#include <GL/glut.h>
     1.6 -#include <GL/glui.h>
     1.7 +#include "opengl.h"
     1.8  
     1.9  #include <math.h>
    1.10  #include <stdio.h>