mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: GG => Context
This commit is contained in:
@ -8,7 +8,7 @@ import time
|
||||
|
||||
struct Game {
|
||||
mut:
|
||||
gg &gg.GG
|
||||
gg &gg.Context
|
||||
x int
|
||||
y int
|
||||
dy int
|
||||
|
@ -13,7 +13,7 @@ const (
|
||||
)
|
||||
|
||||
struct Context {
|
||||
gg &gg.GG
|
||||
gg &gg.Context
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
Reference in New Issue
Block a user