Exemple #1
0
func (h *HGE) Channel_SetVolume(chn sound.Channel, volume int) {
	chn.SetVolume(volume)
}