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 fd8f3e060b..dca254669b 100644
--- a/engines/scumm/charset.h
+++ b/engines/scumm/charset.h
@@ -164,6 +164,7 @@ public:
int getCharWidth(byte chr);
};
+#ifdef USE_RGB_COLOR
class CharsetRendererPCE : public CharsetRendererV3 {
protected:
void drawBits1(const Graphics::Surface &s, byte *dst, const byte *src, int drawTop, int width, int height, uint8 bitDepth);
@@ -173,6 +174,7 @@ public:
void setColor(byte color);
};
+#endif
class CharsetRendererV2 : public CharsetRendererV3 {
protected: