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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/charset.h b/engines/scumm/charset.h
index e072f3ed5f..b925f7fa7a 100644
--- a/engines/scumm/charset.h
+++ b/engines/scumm/charset.h
@@ -79,7 +79,10 @@ public:
int getStringWidth(int a, const byte *str);
void addLinebreaks(int a, byte *str, int pos, int maxwidth);
void translateColor();
+
+#ifndef DISABLE_TOWNS_DUAL_LAYER_MODE
void processTownsCharsetColors(uint8 bytesPerPixel);
+#endif
virtual void setCurID(int32 id) = 0;
int getCurID() { return _curId; }