aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/dc/dc.h')
-rw-r--r--backends/platform/dc/dc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/dc/dc.h b/backends/platform/dc/dc.h
index c31328f3f6..adb1af7ba7 100644
--- a/backends/platform/dc/dc.h
+++ b/backends/platform/dc/dc.h
@@ -242,6 +242,8 @@ class OSystem_Dreamcast : private DCHardware, public BaseBackend, public Filesys
Common::SeekableReadStream *createConfigReadStream();
Common::WriteStream *createConfigWriteStream();
+
+ Common::String getSystemLanguage() const;
};