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