removing the old test UI codes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Package models
|
||||
package models
|
||||
|
||||
type Window struct {
|
||||
X uint16
|
||||
Y uint16
|
||||
Width uint16
|
||||
Height uint16
|
||||
Title string
|
||||
}
|
||||
Reference in New Issue
Block a user