aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/platform_osystem.h
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/platform_osystem.h
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/platform_osystem.h')
-rw-r--r--engines/wintermute/platform_osystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/platform_osystem.h b/engines/wintermute/platform_osystem.h
index e0314898bf..50b07bccb8 100644
--- a/engines/wintermute/platform_osystem.h
+++ b/engines/wintermute/platform_osystem.h
@@ -30,7 +30,7 @@
#define WINTERMUTE_PLATFORMSDL_H
#include "engines/wintermute/dctypes.h"
-#include "engines/wintermute/math/Rect32.h"
+#include "engines/wintermute/math/rect32.h"
#include "engines/wintermute/wintypes.h"
#include "common/events.h"