airobot/ui/windowinterface.go
2022-12-12 08:30:21 +08:00

6 lines
104 B
Go

package ui
type IWindow interface {
CreateWindow(title string, width, height float32, visible bool)
}