aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/sound.h
diff options
context:
space:
mode:
authorStrangerke2016-01-03 00:16:52 +0100
committerStrangerke2016-01-03 00:17:43 +0100
commit35f08ca0fbcead4f18b65baba35f83c3e9f2a914 (patch)
tree55f4c04286a7b1fc56a17fab049fc521e65b0902 /engines/tony/sound.h
parent30b554d69407abe82ba92bc956b4b82dd81f8e33 (diff)
downloadscummvm-rg350-35f08ca0fbcead4f18b65baba35f83c3e9f2a914.tar.gz
scummvm-rg350-35f08ca0fbcead4f18b65baba35f83c3e9f2a914.tar.bz2
scummvm-rg350-35f08ca0fbcead4f18b65baba35f83c3e9f2a914.zip
TONY: Add support for compressed music and sfx
Diffstat (limited to 'engines/tony/sound.h')
-rw-r--r--engines/tony/sound.h7
1 files changed, 5 insertions, 2 deletions
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
};
/**