aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index 6b3a09ab34..a37cbc0cfd 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -327,6 +327,7 @@ public:
static uint decodeFrame4(const uint8 *src, uint8 *dst, uint32 dstSize);
static void decodeFrameDelta(uint8 *dst, const uint8 *src, bool noXor = false);
static void decodeFrameDeltaPage(uint8 *dst, const uint8 *src, const int pitch, bool noXor);
+
static void convertAmigaGfx(uint8 *data, int w, int h, bool offscreen = true);
static void convertAmigaMsc(uint8 *data);