| 748 | } |
| 749 | |
| 750 | const std::string ThreadedSound::GetID(const unsigned long& handle) { |
| 751 | return tsdb.GetHandleData(handle).id; |
| 752 | } |
| 753 | |
| 754 | void ThreadedSound::SetPosition(const unsigned long& handle, const vec3& new_pos) { |
| 755 | ThreadedSoundMessage tsm(ThreadedSoundMessage::InFSetPosition); |
no test coverage detected