/////////////////////////////////////////////////////// \brief Copy constructor ///////////////////////////////////////////////////////
| 165 | /// |
| 166 | //////////////////////////////////////////////////////////// |
| 167 | SoundSource(const SoundSource&) = default; |
| 168 | |
| 169 | //////////////////////////////////////////////////////////// |
| 170 | /// \brief Move constructor |