gg/context.go

8 lines
64 B
Go
Raw Normal View History

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