diff options
author | Tobia Tesan | 2013-07-10 12:22:07 +0200 |
---|---|---|
committer | Tobia Tesan | 2013-08-01 00:06:37 +0200 |
commit | ab022b179897153b1be97804502f5ece24931e56 (patch) | |
tree | b2302702f8871bc9fa6653b7769ef1b24d6c69b2 /engines | |
parent | a0561f1aa52b31feff468dc53b6556a683b6a819 (diff) | |
download | scummvm-rg350-ab022b179897153b1be97804502f5ece24931e56.tar.gz scummvm-rg350-ab022b179897153b1be97804502f5ece24931e56.tar.bz2 scummvm-rg350-ab022b179897153b1be97804502f5ece24931e56.zip |
WINTERMUTE: // End of namespace Wintermute
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/graphics/transform_struct.cpp | 3 | ||||
-rw-r--r-- | engines/wintermute/graphics/transform_struct.h | 4 | ||||
-rw-r--r-- | engines/wintermute/graphics/transform_tools.cpp | 2 | ||||
-rw-r--r-- | engines/wintermute/graphics/transform_tools.h | 2 | ||||
-rw-r--r-- | engines/wintermute/math/floatpoint.h | 2 |
5 files changed, 5 insertions, 8 deletions
diff --git a/engines/wintermute/graphics/transform_struct.cpp b/engines/wintermute/graphics/transform_struct.cpp index 9a11aa9fdd..dc5e45feea 100644 --- a/engines/wintermute/graphics/transform_struct.cpp +++ b/engines/wintermute/graphics/transform_struct.cpp @@ -123,5 +123,4 @@ bool TransformStruct::mirrorX() const { bool TransformStruct::mirrorY() const { return (bool)(_flip & TransparentSurface::FLIP_V); } - -} +} // End of namespace Wintermute diff --git a/engines/wintermute/graphics/transform_struct.h b/engines/wintermute/graphics/transform_struct.h index ed30044174..1f7d556fe7 100644 --- a/engines/wintermute/graphics/transform_struct.h +++ b/engines/wintermute/graphics/transform_struct.h @@ -81,7 +81,5 @@ public: return !(compare == *this); } }; - -} - +} // End of namespace Wintermute #endif diff --git a/engines/wintermute/graphics/transform_tools.cpp b/engines/wintermute/graphics/transform_tools.cpp index 194bedec64..9e736366c3 100644 --- a/engines/wintermute/graphics/transform_tools.cpp +++ b/engines/wintermute/graphics/transform_tools.cpp @@ -70,4 +70,4 @@ namespace Wintermute { return res; } -} +} // End of namespace Wintermute diff --git a/engines/wintermute/graphics/transform_tools.h b/engines/wintermute/graphics/transform_tools.h index fb165d7ec8..ee4d16acb0 100644 --- a/engines/wintermute/graphics/transform_tools.h +++ b/engines/wintermute/graphics/transform_tools.h @@ -43,5 +43,5 @@ public: */ static Rect32 newRect (Rect32 oldRect, const TransformStruct &transform, Point32 *newHotspot); }; -} // end of namespace Wintermute +} // End of namespace Wintermute #endif diff --git a/engines/wintermute/math/floatpoint.h b/engines/wintermute/math/floatpoint.h index bf194d8437..0c47ef09d7 100644 --- a/engines/wintermute/math/floatpoint.h +++ b/engines/wintermute/math/floatpoint.h @@ -47,6 +47,6 @@ struct FloatPoint { } }; -} // end of namespace Wintermute +} // End of namespace Wintermute #endif |