aboutsummaryrefslogtreecommitdiff
path: root/sword1/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/music.h')
-rw-r--r--sword1/music.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/music.h b/sword1/music.h
index d55e96f432..f273faf7cc 100644
--- a/sword1/music.h
+++ b/sword1/music.h
@@ -32,11 +32,11 @@
#define WAVEHEADERSIZE 0x2C
class SoundMixer;
-//class File;
class SwordMusic {
public:
SwordMusic(OSystem *system, SoundMixer *pMixer);
+ ~SwordMusic();
void stream(void);
void startMusic(int32 tuneId, int32 loopFlag);
void fadeDown(void);