aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lok.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen_lok.h')
-rw-r--r--engines/kyra/screen_lok.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/screen_lok.h b/engines/kyra/screen_lok.h
index 39a5cc3571..582830636b 100644
--- a/engines/kyra/screen_lok.h
+++ b/engines/kyra/screen_lok.h
@@ -82,10 +82,12 @@ public:
Screen_LoK_16(KyraEngine_LoK *vm, OSystem *system);
void setScreenPalette(const Palette &pal);
+
+ void setMouseCursor(int x, int y, const byte *shape);
private:
void updateDirtyRectsOvl();
- void convertTo16Colors(uint8 *page, int w, int h);
+ void convertTo16Colors(uint8 *page, int w, int h, int pitch, int keyColor = -1);
void mergeOverlay(int x, int y, int w, int h);
void paletteMap(uint8 idx, int r, int g, int b);