25 #ifndef SFML_SOUND_HPP
26 #define SFML_SOUND_HPP
31 #include <SFML/Audio/Export.hpp>
32 #include <SFML/Audio/SoundSource.hpp>
33 #include <SFML/System/Time.hpp>
141 void setLoop(
bool loop);
154 void setPlayingOffset(
Time timeOffset);
172 bool getLoop()
const;
182 Time getPlayingOffset()
const;
224 #endif // SFML_SOUND_HPP