diff options
Diffstat (limited to 'include/aoblipplayer.h')
| -rw-r--r-- | include/aoblipplayer.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/include/aoblipplayer.h b/include/aoblipplayer.h index 102a0408..02bd3c66 100644 --- a/include/aoblipplayer.h +++ b/include/aoblipplayer.h @@ -9,13 +9,11 @@ #include "aoapplication.h" +#include <QDebug> #include <QWidget> #include <string.h> -#include <QDebug> - -class AOBlipPlayer -{ +class AOBlipPlayer { public: AOBlipPlayer(QWidget *parent, AOApplication *p_ao_app); @@ -30,11 +28,11 @@ private: AOApplication *ao_app; int m_volume; - #if defined(BASSAUDIO) +#if defined(BASSAUDIO) HSTREAM m_stream_list[5]; - #elif defined(QTAUDIO) +#elif defined(QTAUDIO) QSoundEffect m_blips; - #endif +#endif }; #endif // AOBLIPPLAYER_H |
