gg/context.go
2024-05-28 13:24:12 +05:00

8 lines
68 B
Go

package gg
type Context struct {
Events []any
*Engine
*Image
}