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

sokol,fontstash: move f_d_use_freetype.v to vlib/fontstash/a_d_use_freetype.v

This commit is contained in:
Delyan Angelov
2021-01-23 11:39:12 +02:00
parent c21f57ff59
commit d4f6f5eec4
4 changed files with 6 additions and 4 deletions

View File

@@ -765,8 +765,9 @@ pub mut:
// #include etc
pub struct HashStmt {
pub:
mod string
pos token.Position
mod string
pos token.Position
source_file string
pub mut:
val string // example: 'include <openssl/rand.h> # please install openssl // comment'
kind string // : 'include'