dreamfactory_cmd/cmd/v2/ui/windowInterface.go
2023-06-09 21:58:02 +08:00

6 lines
110 B
Go

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