mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib: make more structs, consts, & enums public
This commit is contained in:
@@ -52,7 +52,7 @@ struct C.FT_Library {
|
||||
_z int
|
||||
}
|
||||
|
||||
struct Context {
|
||||
pub struct Context {
|
||||
shader gl.Shader
|
||||
// use_ortho bool
|
||||
width int
|
||||
|
||||
Reference in New Issue
Block a user