mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gg: GG => Context
This commit is contained in:
parent
926ffc8aa9
commit
13a7ce9e69
18 changed files with 33 additions and 33 deletions
|
@ -126,7 +126,7 @@ struct Game {
|
|||
// Index of the rotation (0-3)
|
||||
rotation_idx int
|
||||
// gg context for drawing
|
||||
gg &gg.GG = voidptr(0)
|
||||
gg &gg.Context = voidptr(0)
|
||||
// ft context for font drawing
|
||||
ft &ft.FT = voidptr(0)
|
||||
font_loaded bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue