aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-29 22:45:51 +0000
committerSven Hesse2011-01-29 22:45:51 +0000
commitce3d4b5d1b06644a210fd7198373488ad4c8cdf4 (patch)
treee358003d9216b4007e7fe69c08d7aba5d7f9e57d /engines/gob/gob.h
parent0c3a33c354c027ee238186794d96c3047d0a4ce2 (diff)
downloadscummvm-rg350-ce3d4b5d1b06644a210fd7198373488ad4c8cdf4.tar.gz
scummvm-rg350-ce3d4b5d1b06644a210fd7198373488ad4c8cdf4.tar.bz2
scummvm-rg350-ce3d4b5d1b06644a210fd7198373488ad4c8cdf4.zip
GOB: Add GobEngine::isCurrentTot()
svn-id: r55630
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index af0c9d4591..9bdbed45cf 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -231,6 +231,8 @@ public:
bool isTrueColor() const;
bool isDemo() const;
+ bool isCurrentTot(const Common::String &tot) const;
+
void setTrueColor(bool trueColor);
GUI::Debugger *getDebugger() { return _console; }