WIN32: Move Windows-specific implementation of getSystemLanguage out of OSystem_SDL

This commit is contained in:
Cameron Cawley 2018-05-27 22:14:06 +01:00 committed by Thierry Crozat
parent 6f60ef55ad
commit e1c83f8e87
3 changed files with 28 additions and 22 deletions

View file

@ -38,6 +38,8 @@ public:
virtual bool openUrl(const Common::String &url);
virtual Common::String getSystemLanguage() const;
virtual Common::String getScreenshotsPath();
protected: