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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user