8 lines
64 B
Go
8 lines
64 B
Go
|
package gg
|
||
|
|
||
|
type Context struct {
|
||
|
*Engine
|
||
|
*Image
|
||
|
Event any
|
||
|
}
|