goat3dgfx

diff src/shader.cc @ 15:7d6b667821cf

wrapped everything in the goatgfx namespace
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 30 Nov 2013 20:52:21 +0200
parents 98f87a1dbb2f
children 6f82b9b6d6c3
line diff
     1.1 --- a/src/shader.cc	Sat Nov 30 15:15:34 2013 +0200
     1.2 +++ b/src/shader.cc	Sat Nov 30 20:52:21 2013 +0200
     1.3 @@ -14,6 +14,8 @@
     1.4  #include <alloca.h>
     1.5  #endif
     1.6  
     1.7 +using namespace goatgfx;
     1.8 +
     1.9  #ifdef __GLEW_H__
    1.10  #define HAVE_GEOMETRY_SHADER
    1.11  #define HAVE_TESSELATION_SHADER