mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
@@ -36,7 +36,7 @@ enum Direction {
|
||||
|
||||
struct App {
|
||||
mut:
|
||||
gg &gg.Context
|
||||
gg &gg.Context = unsafe { nil }
|
||||
score int
|
||||
snake []Pos
|
||||
dir Direction
|
||||
|
||||
@@ -50,7 +50,7 @@ fn (mut h HighScore) load() {
|
||||
|
||||
struct App {
|
||||
mut:
|
||||
gg &gg.Context
|
||||
gg &gg.Context = unsafe { nil }
|
||||
score int
|
||||
best HighScore
|
||||
snake []Pos
|
||||
|
||||
Reference in New Issue
Block a user