| 22 | } |
| 23 | |
| 24 | void WaveText::Queue(IWave* wave, int repeat) |
| 25 | { |
| 26 | LOG_DEBUG(Audio, "[AudioText] {}: Queue(wave='{}', repeat={})", (const char*)Name(), |
| 27 | wave ? (const char*)wave->Name() : "null", repeat); |
| 28 | } |
| 29 | |
| 30 | void WaveText::Repeat(int repeat) |
| 31 | { |
no test coverage detected