QTfrontend/util/SDLInteraction.h
changeset 6167 728cabee2c9f
parent 6166 701c5b8fac56
child 6168 6f301dac12ff
equal deleted inserted replaced
6166:701c5b8fac56 6167:728cabee2c9f
    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      *