aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/tizen/system.h
diff options
context:
space:
mode:
authorCameron Cawley2019-11-05 22:19:47 +0000
committerFilippos Karapetis2019-12-01 01:04:06 +0200
commit48615cb83e1889166503b9d3bef7c50203cc441a (patch)
tree9c0a4d9e0e7252015c31ae6b815089a12ab730de /backends/platform/tizen/system.h
parentaee09409e8b30dbd8ea10c9190b85037fe8458c9 (diff)
downloadscummvm-rg350-48615cb83e1889166503b9d3bef7c50203cc441a.tar.gz
scummvm-rg350-48615cb83e1889166503b9d3bef7c50203cc441a.tar.bz2
scummvm-rg350-48615cb83e1889166503b9d3bef7c50203cc441a.zip
BACKENDS: Move implementation of OSystem::quit() out of ModularBackend
Diffstat (limited to 'backends/platform/tizen/system.h')
-rw-r--r--backends/platform/tizen/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/tizen/system.h b/backends/platform/tizen/system.h
index 3f668baf34..f788280ba4 100644
--- a/backends/platform/tizen/system.h
+++ b/backends/platform/tizen/system.h
@@ -86,6 +86,7 @@ private:
void delayMillis(uint msecs);
void getTimeAndDate(TimeDate &t) const;
void fatalError();
+ void quit();
void logMessage(LogMessageType::Type type, const char *message);
void addSysArchivesToSearchSet(Common::SearchSet &s, int priority);