diff options
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r-- | engines/gob/gob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h index fe69e27c01..af0c9d4591 100644 --- a/engines/gob/gob.h +++ b/engines/gob/gob.h @@ -231,6 +231,8 @@ public: bool isTrueColor() const; bool isDemo() const; + void setTrueColor(bool trueColor); + GUI::Debugger *getDebugger() { return _console; } const Graphics::PixelFormat &getPixelFormat() const; |