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_XORController.h')
-rw-r--r--source/gameengine/GameLogic/SCA_XORController.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/GameLogic/SCA_XORController.h b/source/gameengine/GameLogic/SCA_XORController.h
index 1f38a510046..56cd2440863 100644
--- a/source/gameengine/GameLogic/SCA_XORController.h
+++ b/source/gameengine/GameLogic/SCA_XORController.h
@@ -29,8 +29,8 @@
* \ingroup gamelogic
*/
-#ifndef __KX_XORCONTROLLER
-#define __KX_XORCONTROLLER
+#ifndef __SCA_XORCONTROLLER_H__
+#define __SCA_XORCONTROLLER_H__
#include "SCA_IController.h"
@@ -45,5 +45,5 @@ public:
virtual void Trigger(SCA_LogicManager* logicmgr);
};
-#endif //__KX_XORCONTROLLER
+#endif //__SCA_XORCONTROLLER_H__