slight refactor, gofmt
This commit is contained in:
9
engine/types/ifaces.go
Normal file
9
engine/types/ifaces.go
Normal file
@ -0,0 +1,9 @@
|
||||
package types
|
||||
|
||||
type Renderable interface {
|
||||
Render()
|
||||
}
|
||||
|
||||
type Putable interface {
|
||||
Put(x, y int, symbol interface{})
|
||||
}
|
Reference in New Issue
Block a user