mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
[][]int
This commit is contained in:
parent
31032d3a62
commit
8c516bec4f
@ -1269,7 +1269,6 @@ fn (p mut Parser) name_expr() string {
|
||||
hack_lit := p.lit
|
||||
ph := p.cgen.add_placeholder()
|
||||
// amp
|
||||
|
||||
ptr := p.tok == .amp
|
||||
deref := p.tok == .mul
|
||||
if ptr || deref {
|
||||
|
@ -89,8 +89,7 @@ struct Game {
|
||||
// -1 0 0 -1
|
||||
// -1 0 0 -1
|
||||
// -1 -1 -1 -1
|
||||
// TODO: field [][]int
|
||||
field array_array_int
|
||||
field [][]int
|
||||
// TODO: tetro Tetro
|
||||
tetro []Block
|
||||
// TODO: tetros_cache []Tetro
|
||||
|
Loading…
Reference in New Issue
Block a user