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/Physics/common/PHY_IController.h')
-rw-r--r--source/gameengine/Physics/common/PHY_IController.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Physics/common/PHY_IController.h b/source/gameengine/Physics/common/PHY_IController.h
index 672f2e5a655..d25af9f898c 100644
--- a/source/gameengine/Physics/common/PHY_IController.h
+++ b/source/gameengine/Physics/common/PHY_IController.h
@@ -29,8 +29,8 @@
* \ingroup phys
*/
-#ifndef PHY_ICONTROLLER_H
-#define PHY_ICONTROLLER_H
+#ifndef __PHY_ICONTROLLER_H__
+#define __PHY_ICONTROLLER_H__
#include "PHY_DynamicTypes.h"
@@ -62,5 +62,5 @@ public:
#endif
};
-#endif //PHY_ICONTROLLER_H
+#endif //__PHY_ICONTROLLER_H__