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/GamePlayer/common/GPC_MouseDevice.h')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_MouseDevice.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_MouseDevice.h b/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
index 2db1b1ec34c..7699a9e3eae 100644
--- a/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
+++ b/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
@@ -34,7 +34,7 @@
#ifdef WIN32
#pragma warning (disable : 4786)
-#endif // WIN32
+#endif /* WIN32 */
#include "SCA_IInputDevice.h"
@@ -102,5 +102,4 @@ protected:
virtual bool ConvertEvent(KX_EnumInputs kxevent, int eventval);
};
-#endif // __GPC_MOUSEDEVICE_H__
-
+#endif /* __GPC_MOUSEDEVICE_H__ */