aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorCameron Cawley2019-06-20 21:14:04 +0100
committerFilippos Karapetis2019-06-21 08:19:37 +0300
commitb9e29cedfc1ad4ee5930245de059fb1701bea793 (patch)
treed21907fd727eb26f6bc877ad8f35237b5799e7ae /common/system.h
parentb49c7fa644928406b894f40fc26e514442eb16bf (diff)
downloadscummvm-rg350-b9e29cedfc1ad4ee5930245de059fb1701bea793.tar.gz
scummvm-rg350-b9e29cedfc1ad4ee5930245de059fb1701bea793.tar.bz2
scummvm-rg350-b9e29cedfc1ad4ee5930245de059fb1701bea793.zip
ANDROID: Move isConnectionLimited into OSystem
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index 87b478bf2d..c66b5f6014 100644
--- a/common/system.h
+++ b/common/system.h
@@ -1482,6 +1482,13 @@ public:
*/
virtual Common::String getSystemLanguage() const;
+ /**
+ * Returns whether connection's limited (if available on the target system).
+ *
+ * Returns true if connection seems limited.
+ */
+ virtual bool isConnectionLimited();
+
//@}
};