Exemplo n.º 1
0
func (h *HGE) Channel_SlideTo(chn sound.Channel, time float64, a ...interface{}) {
	chn.SlideTo(time, a...)
}