clray

diff src/ogl.h @ 49:1ae68d46cfda

- updated the visual studio project files - fixed the previously broken windows build
author John Tsiombikas
date Tue, 31 Aug 2010 01:28:20 +0100
parents 29f9330cfa4b
children
line diff
     1.1 --- a/src/ogl.h	Tue Aug 31 01:03:46 2010 +0100
     1.2 +++ b/src/ogl.h	Tue Aug 31 01:28:20 2010 +0100
     1.3 @@ -16,4 +16,9 @@
     1.4  #endif
     1.5  
     1.6  
     1.7 +#ifndef GL_RGBA32F_ARB
     1.8 +#define GL_RGBA32F_ARB	0x8814
     1.9 +#endif
    1.10 +
    1.11 +
    1.12  #endif	/* OGL_H_ */