createSound =========== :doc:`/types/AssetManagerInterface/index`::createSound Creates an empty sound and returns its pointer. Declaration ----------- .. code-block:: cpp Sound* createSound(const std::string& soundName); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - soundName - const `std::string `_\& - A unique name for the new :doc:`/types/Sound/index`. Returns ------- A pointer to an empty :doc:`/types/Sound/index`.