aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/graphics
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-21 18:19:07 +0200
committerEinar Johan Trøan Sømåen2012-07-21 19:15:33 +0200
commit5683f076331d2831eb4720b65bb53e8d01ca33ee (patch)
tree4357d989476643db887d5f5a95f6fd165afd0514 /engines/wintermute/graphics
parent0622b2c5b8260c0f0c01122d6fbc5e10013d1613 (diff)
downloadscummvm-rg350-5683f076331d2831eb4720b65bb53e8d01ca33ee.tar.gz
scummvm-rg350-5683f076331d2831eb4720b65bb53e8d01ca33ee.tar.bz2
scummvm-rg350-5683f076331d2831eb4720b65bb53e8d01ca33ee.zip
WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
This is mostly a lead-up to namespacing the Ad/Base folders, and then possibly removing the prefixes from the files, it also has the added benefit of getting rid of the odd case-typos that makes for issues on platforms that don't ignore case.
Diffstat (limited to 'engines/wintermute/graphics')
-rw-r--r--engines/wintermute/graphics/transparent_surface.cpp (renamed from engines/wintermute/graphics/transparentSurface.cpp)2
-rw-r--r--engines/wintermute/graphics/transparent_surface.h (renamed from engines/wintermute/graphics/transparentSurface.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/graphics/transparentSurface.cpp b/engines/wintermute/graphics/transparent_surface.cpp
index a99138ade6..6ab9c621d0 100644
--- a/engines/wintermute/graphics/transparentSurface.cpp
+++ b/engines/wintermute/graphics/transparent_surface.cpp
@@ -25,7 +25,7 @@
#include "common/rect.h"
#include "common/textconsole.h"
#include "graphics/primitives.h"
-#include "engines/wintermute/graphics/transparentSurface.h"
+#include "engines/wintermute/graphics/transparent_surface.h"
namespace WinterMute {
diff --git a/engines/wintermute/graphics/transparentSurface.h b/engines/wintermute/graphics/transparent_surface.h
index e271bf2488..e271bf2488 100644
--- a/engines/wintermute/graphics/transparentSurface.h
+++ b/engines/wintermute/graphics/transparent_surface.h