diff options
| author | Einar Johan Trøan Sømåen | 2012-07-20 00:45:20 +0200 |
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2012-07-20 00:45:20 +0200 |
| commit | 3ad839b32c5e432e93058218db9139dfbe8b8c84 (patch) | |
| tree | 019076ab8360dff8bd0a60b93c7b2436c09aee56 /engines/wintermute/utils | |
| parent | 6a54365483a7d72fd453c2e819b648633d2c4ff4 (diff) | |
| download | scummvm-rg350-3ad839b32c5e432e93058218db9139dfbe8b8c84.tar.gz scummvm-rg350-3ad839b32c5e432e93058218db9139dfbe8b8c84.tar.bz2 scummvm-rg350-3ad839b32c5e432e93058218db9139dfbe8b8c84.zip | |
WINTERMUTE: Rename PlatformSDL->platform_osystem
Diffstat (limited to 'engines/wintermute/utils')
| -rw-r--r-- | engines/wintermute/utils/PathUtil.h | 2 | ||||
| -rw-r--r-- | engines/wintermute/utils/StringUtil.h | 2 | ||||
| -rw-r--r-- | engines/wintermute/utils/utils.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/wintermute/utils/PathUtil.h b/engines/wintermute/utils/PathUtil.h index 13e9e46652..139ce89ddd 100644 --- a/engines/wintermute/utils/PathUtil.h +++ b/engines/wintermute/utils/PathUtil.h @@ -29,7 +29,7 @@ #ifndef WINTERMUTE_PATHUTILS_H
#define WINTERMUTE_PATHUTILS_H
-#include "engines/wintermute/PlatformSDL.h"
+#include "engines/wintermute/platform_osystem.h"
namespace WinterMute {
diff --git a/engines/wintermute/utils/StringUtil.h b/engines/wintermute/utils/StringUtil.h index 794007276b..bd1b71f405 100644 --- a/engines/wintermute/utils/StringUtil.h +++ b/engines/wintermute/utils/StringUtil.h @@ -29,7 +29,7 @@ #ifndef WINTERMUTE_STRINGUTIL_H
#define WINTERMUTE_STRINGUTIL_H
-#include "engines/wintermute/PlatformSDL.h"
+#include "engines/wintermute/platform_osystem.h"
namespace WinterMute {
diff --git a/engines/wintermute/utils/utils.cpp b/engines/wintermute/utils/utils.cpp index 641b2d20ac..1735732185 100644 --- a/engines/wintermute/utils/utils.cpp +++ b/engines/wintermute/utils/utils.cpp @@ -28,7 +28,7 @@ #include "engines/wintermute/dcgf.h"
#include "utils.h"
-#include "engines/wintermute/PlatformSDL.h"
+#include "engines/wintermute/platform_osystem.h"
#include "engines/wintermute/wintypes.h"
#include "PathUtil.h"
#include "engines/wintermute/base/BGame.h"
|
