mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
new gg/freetype modules with sokol/fontstash backends
This commit is contained in:
@ -167,6 +167,10 @@ __global:
|
||||
f int // public and mutable both inside and outside parent module
|
||||
}
|
||||
|
||||
fn fooo(){
|
||||
a:=AttrTest{1,2,3,4,5,6}
|
||||
}
|
||||
|
||||
/*
|
||||
[typedef]
|
||||
struct C.fixed {
|
||||
|
Reference in New Issue
Block a user