예제 #1
0
파일: host.go 프로젝트: deft-code/go-enet
// enet_host_destroy
func (host *Host) Destroy() {
	C.enet_host_destroy(host.host)
	//host.host = uintptr(0)
}
예제 #2
0
파일: host.go 프로젝트: boj/goenet
func (h *ENetHost) Destroy() {
	C.enet_host_destroy((*C.ENetHost)(h))
}