Beispiel #1
0
// enet_host_flush
func (host *Host) Flush() {
	C.enet_host_flush(host.host)
}
Beispiel #2
0
func (h *ENetHost) Flush() {
	C.enet_host_flush((*C.ENetHost)(h))
}