Line | Branch | Exec | Source |
---|---|---|---|
1 | #include "client/components/audio.hpp" | ||
2 | |||
3 | namespace rtype::client::components { | ||
4 | ✗ | AudioSource::AudioSource(const std::string& soundPath, AudioType type) | |
5 | ✗ | : soundPath(soundPath), type(type), volume(1.0f), looping(false), playing(false), is3D(false) {} | |
6 | } | ||
7 |