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