equal
deleted
inserted
replaced
50 bool m_audioInitialized; ///< true if audio is initialized already |
50 bool m_audioInitialized; ///< true if audio is initialized already |
51 Mix_Music * m_music; ///< pointer to the music channel of the mixer |
51 Mix_Music * m_music; ///< pointer to the music channel of the mixer |
52 QString m_musicTrack; ///< path to the music track; |
52 QString m_musicTrack; ///< path to the music track; |
53 bool m_isPlayingMusic; ///< true if music was started but not stopped again. |
53 bool m_isPlayingMusic; ///< true if music was started but not stopped again. |
54 |
54 |
55 |
55 QMap<QString,Mix_Chunk*> * m_soundMap; ///< maps sound file paths to channels |
56 QMap<QString,Mix_Chunk*> * soundMap; ///< maps sound file paths to channels |
|
57 |
56 |
58 public: |
57 public: |
59 /** |
58 /** |
60 * @brief Returns reference to the <i>singleton</i> instance of this class. |
59 * @brief Returns reference to the <i>singleton</i> instance of this class. |
61 * |
60 * |