aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/charset.h')
-rw-r--r--engines/scumm/charset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/charset.h b/engines/scumm/charset.h
index 4b6d5a98f9..8071160e7b 100644
--- a/engines/scumm/charset.h
+++ b/engines/scumm/charset.h
@@ -170,6 +170,8 @@ protected:
public:
CharsetRendererPCE(ScummEngine *vm) : CharsetRendererV3(vm) {}
+
+ void setColor(byte color);
};
class CharsetRendererV2 : public CharsetRendererV3 {