Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Rasterizer/RAS_TexMatrix.h')
-rw-r--r--source/gameengine/Rasterizer/RAS_TexMatrix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Rasterizer/RAS_TexMatrix.h b/source/gameengine/Rasterizer/RAS_TexMatrix.h
index 125e8596ad2..44ae1b0eb5d 100644
--- a/source/gameengine/Rasterizer/RAS_TexMatrix.h
+++ b/source/gameengine/Rasterizer/RAS_TexMatrix.h
@@ -29,8 +29,8 @@
* \ingroup bgerast
*/
-#ifndef __RASTEXMATRIX
-#define __RASTEXMATRIX
+#ifndef __RAS_TEXMATRIX_H__
+#define __RAS_TEXMATRIX_H__
#include "MT_Matrix3x3.h"
#include "MT_Point3.h"
@@ -39,5 +39,5 @@
void RAS_CalcTexMatrix(RAS_TexVert p[3],MT_Point3& origin,MT_Vector3& udir,MT_Vector3& vdir);
-#endif //__RASTEXMATRIX
+#endif //__RAS_TEXMATRIX_H__