rayfract
diff src/rayfract.cc @ 3:bf1d56975cc9
- added visual studio project
- removed vmath dependency
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 26 Oct 2010 09:52:57 +0300 |
parents | 03022062c464 |
children | e4349f5804b9 |
line diff
1.1 --- a/src/rayfract.cc Tue Oct 26 08:49:09 2010 +0300 1.2 +++ b/src/rayfract.cc Tue Oct 26 09:52:57 2010 +0300 1.3 @@ -1,11 +1,12 @@ 1.4 #include <stdio.h> 1.5 #include <stdlib.h> 1.6 +#include <math.h> 1.7 #include <assert.h> 1.8 #include <GL/glew.h> 1.9 #include <GL/glut.h> 1.10 -#include <vmath.h> 1.11 #include "sdr.h" 1.12 #include "gui.h" 1.13 +#include "vmath.h" 1.14 1.15 void disp(); 1.16 void reshape(int x, int y);