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/GameLogic/SCA_LogicManager.h')
-rw-r--r--source/gameengine/GameLogic/SCA_LogicManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/GameLogic/SCA_LogicManager.h b/source/gameengine/GameLogic/SCA_LogicManager.h
index ec8343075d8..8671aa6c796 100644
--- a/source/gameengine/GameLogic/SCA_LogicManager.h
+++ b/source/gameengine/GameLogic/SCA_LogicManager.h
@@ -28,8 +28,8 @@
* \ingroup gamelogic
* \brief Regulates the top-level logic behaviour for one scene.
*/
-#ifndef __KX_LOGICMANAGER
-#define __KX_LOGICMANAGER
+#ifndef __SCA_LOGICMANAGER_H__
+#define __SCA_LOGICMANAGER_H__
#if defined(WIN32) && !defined(FREE_WINDOWS)
#pragma warning (disable:4786)
@@ -153,5 +153,5 @@ public:
#endif
};
-#endif //__KX_LOGICMANAGER
+#endif //__SCA_LOGICMANAGER_H__