From 6ff8706d041d0b204734eabcfc4f6acf39cfbbf2 Mon Sep 17 00:00:00 2001 From: erihel Date: Fri, 17 Aug 2012 22:49:16 +0200 Subject: * last commit should not include sound changes --- src/sound/plugins/oalsound/alsound.h | 2 +- src/sound/sound.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/sound') diff --git a/src/sound/plugins/oalsound/alsound.h b/src/sound/plugins/oalsound/alsound.h index ec23c86..c1cdb81 100644 --- a/src/sound/plugins/oalsound/alsound.h +++ b/src/sound/plugins/oalsound/alsound.h @@ -33,7 +33,7 @@ #include "check.h" -class ALSound : public CSound +class ALSound : public CSoundInterface { public: ALSound(); diff --git a/src/sound/sound.h b/src/sound/sound.h index c2943f2..45ec7e1 100644 --- a/src/sound/sound.h +++ b/src/sound/sound.h @@ -143,19 +143,19 @@ enum SoundNext /** -* @class CSound +* @class CSoundInterface * * @brief Sound plugin interface * */ -class CSound : public CPluginInterface +class CSoundInterface : public CPluginInterface { public: - CSound() { + CSoundInterface() { //CInstanceManager::getInstance().AddInstance(CLASS_SOUND, this); //m_iMan->AddInstance(CLASS_SOUND, this); }; - virtual ~CSound() = 0; + virtual ~CSoundInterface() = 0; /** Function to initialize sound device * @param bool b3D - enable support for 3D sound @@ -163,7 +163,7 @@ class CSound : public CPluginInterface virtual bool Create(bool b3D) = 0; /** Function called to cache all sound effect files. - * Function calls \link CSound::Cache() \endlink for each file + * Function calls \link CSoundInterface::Cache() \endlink for each file */ virtual void CacheAll() = 0; -- cgit v1.2.3-1-g7c22