|
CoriEngine
|


Go to the source code of this file.
Classes | |
| class | Cori::Audio::Track |
| You use Track to play and mix Sound objects. More... | |
Namespaces | |
| namespace | Cori |
| Global engine namespace. | |
| namespace | Cori::Audio |
| Everything connected to audio is in this namespace. | |
Concepts | |
| concept | Cori::Audio::IsSoundWithParams |
Typedefs | |
| using | Cori::Audio::TrackStopCallbackFn = std::function<void()> |
| using | Cori::Audio::SoundWithParams = std::pair<std::shared_ptr<Sound>, PlayParams> |