aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-20 00:45:20 +0200
committerEinar Johan Trøan Sømåen2012-07-20 00:45:20 +0200
commit3ad839b32c5e432e93058218db9139dfbe8b8c84 (patch)
tree019076ab8360dff8bd0a60b93c7b2436c09aee56 /engines/wintermute/video
parent6a54365483a7d72fd453c2e819b648633d2c4ff4 (diff)
downloadscummvm-rg350-3ad839b32c5e432e93058218db9139dfbe8b8c84.tar.gz
scummvm-rg350-3ad839b32c5e432e93058218db9139dfbe8b8c84.tar.bz2
scummvm-rg350-3ad839b32c5e432e93058218db9139dfbe8b8c84.zip
WINTERMUTE: Rename PlatformSDL->platform_osystem
Diffstat (limited to 'engines/wintermute/video')
-rw-r--r--engines/wintermute/video/VidTheoraPlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/video/VidTheoraPlayer.cpp b/engines/wintermute/video/VidTheoraPlayer.cpp
index 8727f6f5a6..ffb24d22dd 100644
--- a/engines/wintermute/video/VidTheoraPlayer.cpp
+++ b/engines/wintermute/video/VidTheoraPlayer.cpp
@@ -36,7 +36,7 @@
#include "engines/wintermute/base/gfx/base_image.h"
#include "engines/wintermute/base/BSoundMgr.h"
#include "engines/wintermute/utils/utils.h"
-#include "engines/wintermute/PlatformSDL.h"
+#include "engines/wintermute/platform_osystem.h"
#include "engines/wintermute/video/decoders/theora_decoder.h"
#include "common/system.h"
//#pragma comment(lib, "libtheora.lib")