aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen_v2.h')
-rw-r--r--engines/kyra/screen_v2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/kyra/screen_v2.h b/engines/kyra/screen_v2.h
index 85ab59bc91..654ee6f99f 100644
--- a/engines/kyra/screen_v2.h
+++ b/engines/kyra/screen_v2.h
@@ -76,6 +76,9 @@ public:
// mouse handling
bool isMouseVisible() const;
+
+ // text display
+ void setTextColorMap(const uint8 *cmap);
private:
KyraEngine_v2 *_vm;