Add types package
This commit is contained in:
parent
b08ee934b7
commit
e666ac8e3b
6
types/ui.go
Normal file
6
types/ui.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package types
|
||||
|
||||
type UI interface {
|
||||
Draw()
|
||||
Run()
|
||||
}
|
Loading…
Reference in New Issue
Block a user