aboutsummaryrefslogtreecommitdiff
path: root/common/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.cpp')
-rw-r--r--common/system.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/system.cpp b/common/system.cpp
index 93cf98c08e..9f6dc60d22 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -192,6 +192,11 @@ Common::String OSystem::getSystemLanguage() const {
return "en_US";
}
+bool OSystem::isConnectionLimited() {
+ warning("OSystem::isConnectionLimited(): not limited by default");
+ return false;
+}
+
Common::TimerManager *OSystem::getTimerManager() {
return _timerManager;
}