22 #ifndef GRIM_AIFFTRACK_H 23 #define GRIM_AIFFTRACK_H 25 #include "common/str.h" 26 #include "common/stream.h" 28 #include "engines/grim/emi/sound/track.h" 42 bool isPlaying()
override;
43 bool isStreamOpen() {
return _stream != NULL; }
44 void setLooping(
bool looping)
override;
45 bool isLooping()
const override {
return _looping; }
Definition: timestamp.h:83
Definition: aifftrack.h:37
SoundType
Definition: mixer.h:62