summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index 598ffe3..1bf9ae5 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -26,7 +26,7 @@
#include <math/vector.h>
-#include <plugins/plugin.h>
+#include <plugins/plugininterface.h>
/*!
* Maximum possible audio volume
@@ -145,13 +145,10 @@ enum SoundNext
* @brief Sound plugin interface
*
*/
-class CSoundInterface : public CPlugin
+class CSoundInterface : public CPluginInterface
{
public:
- CSoundInterface() {
- //CInstanceManager::getInstance().AddInstance(CLASS_SOUND, this);
- //m_iMan->AddInstance(CLASS_SOUND, this);
- };
+ CSoundInterface() {};
virtual ~CSoundInterface() = 0;
/** Function to initialize sound device