aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/smush/smush_player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/smush/smush_player.h b/scumm/smush/smush_player.h
index 27f29e69e7..019edef85f 100644
--- a/scumm/smush/smush_player.h
+++ b/scumm/smush/smush_player.h
@@ -100,7 +100,9 @@ private:
void handleAnimHeader(Chunk &);
void handleFrame(Chunk &);
void handleNewPalette(Chunk &);
+#ifdef USE_ZLIB
void handleZlibFrameObject(Chunk &b);
+#endif
void handleFrameObject(Chunk &);
void handleSoundBuffer(int32, int32, int32, int32, int32, int32, Chunk &, int32);
void handleSoundFrame(Chunk &);