| 736 | } |
| 737 | |
| 738 | const vec3 ThreadedSound::GetPosition(const unsigned long& handle) { |
| 739 | return tsdb.GetHandleData(handle).position; |
| 740 | } |
| 741 | |
| 742 | const std::string ThreadedSound::GetName(const unsigned long& handle) { |
| 743 | return tsdb.GetHandleData(handle).name; |
no test coverage detected