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/ghost')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_Canvas.h5
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.h5
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_System.h5
3 files changed, 6 insertions, 9 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_Canvas.h b/source/gameengine/GamePlayer/ghost/GPG_Canvas.h
index d931f605a64..f2d7ec267f3 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_Canvas.h
+++ b/source/gameengine/GamePlayer/ghost/GPG_Canvas.h
@@ -34,7 +34,7 @@
#ifdef WIN32
#pragma warning (disable : 4786)
-#endif // WIN32
+#endif /* WIN32 */
#include "GPC_Canvas.h"
@@ -66,5 +66,4 @@ public:
void EndDraw() {};
};
-#endif // __GPG_CANVAS_H__
-
+#endif /* __GPG_CANVAS_H__ */
diff --git a/source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.h b/source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.h
index 8d72a621b6a..4c6b8205a42 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.h
+++ b/source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.h
@@ -35,7 +35,7 @@
#ifdef WIN32
#pragma warning (disable : 4786)
-#endif // WIN32
+#endif /* WIN32 */
#include "GHOST_Types.h"
#include "GPC_KeyboardDevice.h"
@@ -53,5 +53,4 @@ public:
virtual ~GPG_KeyboardDevice(void);
};
-#endif //__GPG_KEYBOARDDEVICE_H__
-
+#endif /* __GPG_KEYBOARDDEVICE_H__ */
diff --git a/source/gameengine/GamePlayer/ghost/GPG_System.h b/source/gameengine/GamePlayer/ghost/GPG_System.h
index 796ad0c2b8c..d68fc812dd3 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_System.h
+++ b/source/gameengine/GamePlayer/ghost/GPG_System.h
@@ -35,7 +35,7 @@
#ifdef WIN32
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning
-#endif // WIN32
+#endif /* WIN32 */
#include "GPC_System.h"
@@ -51,5 +51,4 @@ public:
virtual double GetTimeInSeconds();
};
-#endif // __GPG_SYSTEM_H__
-
+#endif /* __GPG_SYSTEM_H__ */