aboutsummaryrefslogtreecommitdiff
path: root/aoblipplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'aoblipplayer.h')
-rw-r--r--aoblipplayer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/aoblipplayer.h b/aoblipplayer.h
index 6b75ba28..22f58082 100644
--- a/aoblipplayer.h
+++ b/aoblipplayer.h
@@ -7,8 +7,7 @@
#include <QWidget>
#include <string.h>
#include <QDebug>
-
-const int BLIP_COUNT = 5;
+#include <QSoundEffect>
class AOBlipPlayer
{
@@ -24,9 +23,9 @@ public:
private:
QWidget *m_parent;
AOApplication *ao_app;
+ QSoundEffect *m_sfxplayer;
int m_volume;
- HSTREAM m_stream_list[BLIP_COUNT];
};
#endif // AOBLIPPLAYER_H