goat3dgfx

diff src/xform_node.h @ 30:07c08d970cb4

added a rudimentary light class
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Mar 2014 03:56:47 +0200
parents 92bfb0206969
children
line diff
     1.1 --- a/src/xform_node.h	Sun Mar 02 02:18:15 2014 +0200
     1.2 +++ b/src/xform_node.h	Sun Mar 02 03:56:47 2014 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4 -#ifndef XFORM_NODE_H_
     1.5 -#define XFORM_NODE_H_
     1.6 +#ifndef GOATGFX_XFORM_NODE_H_
     1.7 +#define GOATGFX_XFORM_NODE_H_
     1.8  
     1.9  #include <vector>
    1.10  #include "vmath/vector.h"
    1.11 @@ -155,4 +155,4 @@
    1.12  
    1.13  }	// namespace goatgfx
    1.14  
    1.15 -#endif	/* XFORM_NODE_H_ */
    1.16 +#endif	/* GOATGFX_XFORM_NODE_H_ */