Ejemplo n.º 1
0
func (h *HGE) Effect_Play(eff *sound.Effect) sound.Channel {
	return eff.Play()
}
Ejemplo n.º 2
0
func (h *HGE) Effect_PlayEx(eff *sound.Effect, a ...interface{}) sound.Channel {
	return eff.PlayEx(a...)
}
Ejemplo n.º 3
0
func (h *HGE) Effect_Free(eff *sound.Effect) {
	eff.Free()
}