diff options
Diffstat (limited to 'aoblipplayer.h')
| -rw-r--r-- | aoblipplayer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/aoblipplayer.h b/aoblipplayer.h index c8a8cb6d..aebba77d 100644 --- a/aoblipplayer.h +++ b/aoblipplayer.h @@ -1,18 +1,17 @@ #ifndef AOBLIPPLAYER_H #define AOBLIPPLAYER_H +#include "bass.h" #include "aoapplication.h" #include <QWidget> #include <string.h> #include <QDebug> -#include <QSoundEffect> class AOBlipPlayer { public: AOBlipPlayer(QWidget *parent, AOApplication *p_ao_app); - ~AOBlipPlayer(); void set_blips(QString p_sfx); void blip_tick(); @@ -23,9 +22,9 @@ public: private: QWidget *m_parent; AOApplication *ao_app; - QSoundEffect *m_sfxplayer; int m_volume; + HSTREAM m_stream_list[5]; }; #endif // AOBLIPPLAYER_H |
