| 5 | namespace fl { |
| 6 | |
| 7 | UIAudio::UIAudio(const fl::string& name) FL_NOEXCEPT : mImpl(name) {} |
| 8 | UIAudio::UIAudio(const fl::string& name, const fl::url& url) FL_NOEXCEPT : mImpl(name, url) {} |
| 9 | |
| 10 | // Asset-handle overload (issue #2284): resolves the asset via the |
nothing calls this directly
no test coverage detected