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_ORController.h')
-rw-r--r--source/gameengine/GameLogic/SCA_ORController.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/GameLogic/SCA_ORController.h b/source/gameengine/GameLogic/SCA_ORController.h
index 53debf894a3..9a4e4c7398d 100644
--- a/source/gameengine/GameLogic/SCA_ORController.h
+++ b/source/gameengine/GameLogic/SCA_ORController.h
@@ -29,8 +29,8 @@
* \ingroup gamelogic
*/
-#ifndef __KX_ORCONTROLLER
-#define __KX_ORCONTROLLER
+#ifndef __SCA_ORCONTROLLER_H__
+#define __SCA_ORCONTROLLER_H__
#include "SCA_IController.h"
@@ -46,5 +46,5 @@ public:
virtual void Trigger(SCA_LogicManager* logicmgr);
};
-#endif //__KX_ORCONTROLLER
+#endif //__SCA_ORCONTROLLER_H__