From 2fed94b2d1e8f2c21c3b600a4bd8521da693a0da Mon Sep 17 00:00:00 2001 From: gameboyprinter Date: Wed, 29 Aug 2018 00:26:34 -0500 Subject: remove more bass dependencies --- aoblipplayer.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'aoblipplayer.h') diff --git a/aoblipplayer.h b/aoblipplayer.h index 6b75ba28..22f58082 100644 --- a/aoblipplayer.h +++ b/aoblipplayer.h @@ -7,8 +7,7 @@ #include #include #include - -const int BLIP_COUNT = 5; +#include 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 -- cgit