func (s Sound) Free() { C.sfSound_destroy(s.internal) }
// \brief Destroy a sound // \param sound Sound to destroy // void sfSound_destroy(sfSound* sound); func (self Sound) Destroy() { C.sfSound_destroy(self.Cref) }