1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: empty gg/freetype project

This commit is contained in:
Alexander Medvednikov
2019-11-20 07:10:19 +03:00
parent 26fb7e0821
commit 759644ab36
4 changed files with 73 additions and 10 deletions

View File

@ -128,7 +128,7 @@ struct Game {
// gg context for drawing
gg &gg.GG
// ft context for font drawing
ft &freetype.Context
ft &freetype.FreeType
font_loaded bool
}