22 #ifndef TETRAEDGE_TE_TE_MUSIC_H 23 #define TETRAEDGE_TE_TE_MUSIC_H 25 #include "audio/mixer.h" 26 #include "common/mutex.h" 27 #include "common/fs.h" 28 #include "common/str.h" 30 #include "tetraedge/te/te_resource.h" 31 #include "tetraedge/te/te_signal.h" 46 void repeat(
bool val);
57 bool onSoundManagerVolumeChanged();
67 void volume(
float vol);
72 void setRetain(
bool retain) { _retain = retain; }
73 bool retain()
const {
return _retain; }
98 #endif // TETRAEDGE_TE_TE_MUSIC_H Definition: te_signal.h:40
Definition: detection.h:27
Definition: te_resource.h:31
Definition: te_music.h:35