goat3dgfx

diff src/unistate.h @ 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 1873dfd13f2d
children
line diff
     1.1 --- a/src/unistate.h	Sat Nov 30 15:15:34 2013 +0200
     1.2 +++ b/src/unistate.h	Sat Nov 30 20:52:21 2013 +0200
     1.3 @@ -3,6 +3,8 @@
     1.4  
     1.5  #include "vmath/vmath.h"
     1.6  
     1.7 +namespace goatgfx {
     1.8 +
     1.9  class ShaderProg;
    1.10  
    1.11  enum StType {
    1.12 @@ -101,4 +103,6 @@
    1.13  
    1.14  // TODO should do a matrix stack at some point ...
    1.15  
    1.16 +}	// namespace goatgfx
    1.17 +
    1.18  #endif	// UNISTATE_H_