22 #ifndef ULTIMA4_SOUND_H 23 #define ULTIMA4_SOUND_H 25 #include "audio/audiostream.h" 26 #include "audio/mixer.h" 27 #include "common/str.h" 56 SOUND_PREMAGIC_MANA_JUMBLE,
67 void soundPlay(Sound sound,
bool onlyOnce =
true,
int specificDurationInTicks = -1);
69 void soundStop(
int channel = 1);
78 bool load(Sound sound);
80 void play_sys(Sound sound,
bool onlyOnce,
int specificDurationMilli);
81 bool load_sys(Sound sound,
const Common::Path &filename);
82 void stop_sys(
int channel);
87 void play(Sound sound,
bool onlyOnce =
true,
int specificDurationInTicks = -1);
88 void stop(
int channel = 1);
Definition: detection.h:27