aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/win32/win32.h
diff options
context:
space:
mode:
authorCameron Cawley2018-05-27 22:24:55 +0100
committerThierry Crozat2018-06-03 17:43:30 +0100
commitada05fd726f5e02a79f2de457241b614e33c7745 (patch)
tree61012ee3986407f8a31b4a31ae1db3728fac67d9 /backends/platform/sdl/win32/win32.h
parente1c83f8e8707abb268b3536c2993bcdd9dfee25e (diff)
downloadscummvm-rg350-ada05fd726f5e02a79f2de457241b614e33c7745.tar.gz
scummvm-rg350-ada05fd726f5e02a79f2de457241b614e33c7745.tar.bz2
scummvm-rg350-ada05fd726f5e02a79f2de457241b614e33c7745.zip
WIN32: Move Windows-specific implementation of logMessage out of OSystem_SDL
Diffstat (limited to 'backends/platform/sdl/win32/win32.h')
-rw-r--r--backends/platform/sdl/win32/win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/sdl/win32/win32.h b/backends/platform/sdl/win32/win32.h
index 8523345d3c..bee160f0a0 100644
--- a/backends/platform/sdl/win32/win32.h
+++ b/backends/platform/sdl/win32/win32.h
@@ -38,6 +38,8 @@ public:
virtual bool openUrl(const Common::String &url);
+ virtual void logMessage(LogMessageType::Type type, const char *message);
+
virtual Common::String getSystemLanguage() const;
virtual Common::String getScreenshotsPath();