#pragma once

#include <cstddef>

namespace crepe {

/**
 * \brief Voice handle returned by
 */
typedef size_t SoundHandle;

} // namespace crepe