aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/music.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-01-23 14:39:03 +0000
committerFilippos Karapetis2010-01-23 14:39:03 +0000
commitd6e0276119265f825bbd5ab4a418cf234d48ed82 (patch)
tree042125625524feeda486cd29bfeda12b35b5d89d /engines/sci/sound/music.h
parent18a18701f7dbe9ffeaf9d0c67003090fa8d68534 (diff)
downloadscummvm-rg350-d6e0276119265f825bbd5ab4a418cf234d48ed82.tar.gz
scummvm-rg350-d6e0276119265f825bbd5ab4a418cf234d48ed82.tar.bz2
scummvm-rg350-d6e0276119265f825bbd5ab4a418cf234d48ed82.zip
Added song manipulation debug commands: songinfo, startsound, togglesound and stopallsounds. is_sample now works with the new sound code
svn-id: r47475
Diffstat (limited to 'engines/sci/sound/music.h')
-rw-r--r--engines/sci/sound/music.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sound/music.h b/engines/sci/sound/music.h
index 660aef9cad..39b6ad0d74 100644
--- a/engines/sci/sound/music.h
+++ b/engines/sci/sound/music.h
@@ -140,6 +140,7 @@ public:
void onTimer();
void clearPlayList();
void pauseAll(bool pause);
+ void stopAll();
// sound and midi functions
void soundInitSnd(MusicEntry *pSnd);
@@ -176,6 +177,7 @@ public:
}
void printPlayList(Console *con);
+ void printSongInfo(reg_t obj, Console *con);
// The following two methods are NOT thread safe - make sure that
// the mutex is always locked before calling them