diff options
author | Johannes Schickel | 2013-08-04 00:48:41 +0200 |
---|---|---|
committer | Johannes Schickel | 2013-08-04 00:51:09 +0200 |
commit | 1ce54c217a98bd80fa38ecba2562997ce00b01a3 (patch) | |
tree | 7dae90c0513e51d81c3521571a77421557addbd7 /engines/wintermute/graphics | |
parent | c02934df37824537c6b4b6a3a7d3f5551d000ebb (diff) | |
download | scummvm-rg350-1ce54c217a98bd80fa38ecba2562997ce00b01a3.tar.gz scummvm-rg350-1ce54c217a98bd80fa38ecba2562997ce00b01a3.tar.bz2 scummvm-rg350-1ce54c217a98bd80fa38ecba2562997ce00b01a3.zip |
WINTERMUTE: Fix end of namespace comments.
Diffstat (limited to 'engines/wintermute/graphics')
-rw-r--r-- | engines/wintermute/graphics/transparent_surface.cpp | 2 | ||||
-rw-r--r-- | engines/wintermute/graphics/transparent_surface.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/graphics/transparent_surface.cpp b/engines/wintermute/graphics/transparent_surface.cpp index 5b7c416ee9..3469bcbe1e 100644 --- a/engines/wintermute/graphics/transparent_surface.cpp +++ b/engines/wintermute/graphics/transparent_surface.cpp @@ -597,4 +597,4 @@ void TransparentSurface::applyColorKey(uint8 rKey, uint8 gKey, uint8 bKey, bool } } -} // End of namespace Graphics +} // End of namespace Wintermute diff --git a/engines/wintermute/graphics/transparent_surface.h b/engines/wintermute/graphics/transparent_surface.h index 7b5579f389..4287aabcdc 100644 --- a/engines/wintermute/graphics/transparent_surface.h +++ b/engines/wintermute/graphics/transparent_surface.h @@ -134,7 +134,7 @@ private: };*/ -} // End of namespace Graphics +} // End of namespace Wintermute #endif |