From 35f08ca0fbcead4f18b65baba35f83c3e9f2a914 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 3 Jan 2016 00:16:52 +0100 Subject: TONY: Add support for compressed music and sfx --- engines/tony/sound.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'engines/tony/sound.h') diff --git a/engines/tony/sound.h b/engines/tony/sound.h index 2ea1162d98..206935f314 100644 --- a/engines/tony/sound.h +++ b/engines/tony/sound.h @@ -45,8 +45,11 @@ class FPStream; class FPSfx; enum SoundCodecs { - FPCODEC_RAW, - FPCODEC_ADPCM + FPCODEC_UNKNOWN, + FPCODEC_ADPCM, + FPCODEC_MP3, + FPCODEC_OGG, + FPCODEC_FLAC }; /** -- cgit v1.2.3