added CompressWithRangeCoder to Host interface

This commit is contained in:
Jesse Horne 2022-10-17 21:48:03 -04:00
parent 1d386125cb
commit 597244d7f6

View file

@ -12,6 +12,8 @@ type Host interface {
Service(timeout uint32) Event
Connect(addr Address, channelCount int, data uint32) (Peer, error)
CompressWithRangeCoder() error
}
type enetHost struct {