createSound
AssetManagerInterface::createSound
Creates an empty sound and returns its pointer.
Declaration
virtual Sound* createSound(const std::string& soundName) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
soundName |
const std::string& |
A unique name for the new Sound. |
Returns
A pointer to an empty Sound.