rayfract

diff src/gui.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 87b6a11c920b
children e4349f5804b9
line diff
     1.1 --- a/src/gui.cc	Tue Oct 26 08:49:09 2010 +0300
     1.2 +++ b/src/gui.cc	Tue Oct 26 09:52:57 2010 +0300
     1.3 @@ -6,11 +6,15 @@
     1.4  #include <GLUT/glut.h>
     1.5  #endif
     1.6  
     1.7 -#include <vmath.h>
     1.8  #include <ubertk.h>
     1.9  #include "gui.h"
    1.10  #include "utktext.h"
    1.11  #include "sdr.h"
    1.12 +#include "vmath.h"
    1.13 +
    1.14 +#ifndef GL_BGRA
    1.15 +#define GL_BGRA	0x80E1
    1.16 +#endif
    1.17  
    1.18  #define TEXT_PT_SIZE	18
    1.19