#include <SFML/Config.h>
Go to the source code of this file.
Enumerations | |
enum | sfSoundStatus { sfStopped, sfPaused, sfPlaying } |
enum sfSoundStatus |
sfStopped | Sound / music is not playing. |
sfPaused | Sound / music is paused. |
sfPlaying | Sound / music is playing. |
Definition at line 34 of file SoundStatus.h.