gg/context.go

7 lines
64 B
Go

package gg
type Context struct {
*Engine
*Image
Event any
}