aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-11-25 18:40:56 +0000
committerJohannes Schickel2010-11-25 18:40:56 +0000
commit189c9bf216e8c802cff7087ccb6c11805ecbc0ca (patch)
treec7ae01eb2b0d3a9281f12e4108e0e3be21d2c1ab /backends/platform/sdl/sdl.h
parent601494cad4968ac2246a0c0820bfd9f01ec249ad (diff)
downloadscummvm-rg350-189c9bf216e8c802cff7087ccb6c11805ecbc0ca.tar.gz
scummvm-rg350-189c9bf216e8c802cff7087ccb6c11805ecbc0ca.tar.bz2
scummvm-rg350-189c9bf216e8c802cff7087ccb6c11805ecbc0ca.zip
OSYSTEM: Add API to query the system locale.
I also adapted the SDL backend to implement the API. svn-id: r54479
Diffstat (limited to 'backends/platform/sdl/sdl.h')
-rw-r--r--backends/platform/sdl/sdl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h
index 328bb03426..9af8885283 100644
--- a/backends/platform/sdl/sdl.h
+++ b/backends/platform/sdl/sdl.h
@@ -194,6 +194,8 @@ public:
// Logging
virtual void logMessage(LogMessageType::Type type, const char *message);
+ virtual Common::Language getSystemLanguage() const;
+
void deinit();
virtual void getTimeAndDate(TimeDate &t) const;