starting to create a new file format

This commit is contained in:
betzalel
2017-08-24 14:33:53 +03:00
parent e06ad806db
commit 7852f11ceb
6 changed files with 33 additions and 13 deletions

View File

@@ -25,6 +25,6 @@ type IServerConn interface {
type IClientConn interface {
CurrentPixelFormat() *PixelFormat
CurrentColorMap() *ColorMap
//CurrentColorMap() *ColorMap
Encodings() []IEncoding
}