aboutsummaryrefslogtreecommitdiff
path: root/aoblipplayer.h
diff options
context:
space:
mode:
authorgameboyprinter <gameboyprinter@users.noreply.github.com>2018-08-29 00:26:34 -0500
committergameboyprinter <gameboyprinter@users.noreply.github.com>2018-08-29 00:26:34 -0500
commit2fed94b2d1e8f2c21c3b600a4bd8521da693a0da (patch)
tree9b1fe1160b7b06e93fdf4463f8b96b4529e2c045 /aoblipplayer.h
parent49db357082bbef0b7a424ec07e5e656ab00e6335 (diff)
remove more bass dependencies
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