aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/sound.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-08 18:48:34 +0200
committerEugene Sandulenko2014-01-08 18:48:34 +0200
commit67c70168ad71c2dc0da4139bf2bb74533eae9efe (patch)
tree5a811ec25c180ef056e7ad7362fbde379e6e044b /engines/fullpipe/sound.cpp
parent71c8d5edd033dd4f36fab7a9632ff295e929ad8b (diff)
downloadscummvm-rg350-67c70168ad71c2dc0da4139bf2bb74533eae9efe.tar.gz
scummvm-rg350-67c70168ad71c2dc0da4139bf2bb74533eae9efe.tar.bz2
scummvm-rg350-67c70168ad71c2dc0da4139bf2bb74533eae9efe.zip
FULLPIPE: Rest of destructor stubs
Diffstat (limited to 'engines/fullpipe/sound.cpp')
-rw-r--r--engines/fullpipe/sound.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/fullpipe/sound.cpp b/engines/fullpipe/sound.cpp
index da9e7e3984..cf66cb40a1 100644
--- a/engines/fullpipe/sound.cpp
+++ b/engines/fullpipe/sound.cpp
@@ -82,6 +82,9 @@ Sound::Sound() {
_description = 0;
}
+Sound::~Sound() {
+ warning("STUB: Sound::~Sound()");
+}
bool Sound::load(MfcArchive &file, NGIArchive *archive) {
debug(5, "Sound::load()");