aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/sound.h
diff options
context:
space:
mode:
authorStrangerke2012-09-01 01:05:22 +0200
committerStrangerke2012-09-01 01:05:22 +0200
commit8c753c96a097c3b6e67b061470606278a0d8f102 (patch)
tree8c1f917ea530283f633fee7e5d210d9e171d1ace /engines/tony/sound.h
parentf2df769aab10e719cc4fba6cb71e1500eb3acae4 (diff)
downloadscummvm-rg350-8c753c96a097c3b6e67b061470606278a0d8f102.tar.gz
scummvm-rg350-8c753c96a097c3b6e67b061470606278a0d8f102.tar.bz2
scummvm-rg350-8c753c96a097c3b6e67b061470606278a0d8f102.zip
TONY: Move some functions from .h to .cpp files
Diffstat (limited to 'engines/tony/sound.h')
-rw-r--r--engines/tony/sound.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/tony/sound.h b/engines/tony/sound.h
index 73938ecd8c..c859f781f4 100644
--- a/engines/tony/sound.h
+++ b/engines/tony/sound.h
@@ -49,11 +49,9 @@ enum SoundCodecs {
FPCODEC_ADPCM
};
-//****************************************************************************
-//* class FPSound
-//* -------------
-//* Description: Sound driver For Tony Tough
-//****************************************************************************
+/**
+ * Sound driver For Tony Tough
+ */
class FPSound {
private: