From ce3d4b5d1b06644a210fd7198373488ad4c8cdf4 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 29 Jan 2011 22:45:51 +0000 Subject: GOB: Add GobEngine::isCurrentTot() svn-id: r55630 --- engines/gob/gob.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/gob/gob.h') 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; } -- cgit v1.2.3