aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v1.h
diff options
context:
space:
mode:
authorMax Horn2003-10-03 13:44:12 +0000
committerMax Horn2003-10-03 13:44:12 +0000
commit3ead57623e5e5dea1faf5556d6526b40ece3199d (patch)
tree055f86541f2e8aecb356a4d72c4f87c816521a72 /scumm/player_v1.h
parentd2e7146723e4f479eee39244a1bfffaa9fb69ac3 (diff)
downloadscummvm-rg350-3ead57623e5e5dea1faf5556d6526b40ece3199d.tar.gz
scummvm-rg350-3ead57623e5e5dea1faf5556d6526b40ece3199d.tar.bz2
scummvm-rg350-3ead57623e5e5dea1faf5556d6526b40ece3199d.zip
make doxygen happy
svn-id: r10567
Diffstat (limited to 'scumm/player_v1.h')
-rw-r--r--scumm/player_v1.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/player_v1.h b/scumm/player_v1.h
index 27d23aafbf..bf64cc472d 100644
--- a/scumm/player_v1.h
+++ b/scumm/player_v1.h
@@ -47,10 +47,10 @@ public:
Player_V1(ScummEngine *scumm);
~Player_V1();
- void startSound(int nr);
- void stopAllSounds();
- void stopSound(int nr);
- int getMusicTimer() const;
+ virtual void startSound(int sound);
+ virtual void stopSound(int sound);
+ virtual void stopAllSounds();
+ virtual int getMusicTimer() const;
protected:
virtual void nextTick();