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/Ketsji/KX_GameObject.h')
-rw-r--r--source/gameengine/Ketsji/KX_GameObject.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/KX_GameObject.h b/source/gameengine/Ketsji/KX_GameObject.h
index a35e6f1b2cd..895140528e8 100644
--- a/source/gameengine/Ketsji/KX_GameObject.h
+++ b/source/gameengine/Ketsji/KX_GameObject.h
@@ -30,8 +30,8 @@
* \brief General KX game object.
*/
-#ifndef __KX_GAMEOBJECT
-#define __KX_GAMEOBJECT
+#ifndef __KX_GAMEOBJECT_H__
+#define __KX_GAMEOBJECT_H__
#if defined(WIN32) && !defined(FREE_WINDOWS)
// get rid of this stupid "warning 'this' used in initialiser list", generated by VC when including Solid/Sumo
@@ -1008,5 +1008,5 @@ public:
-#endif //__KX_GAMEOBJECT
+#endif //__KX_GAMEOBJECT_H__