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:
@ -41,12 +41,12 @@ pub const (
|
||||
LightRed = Color { r: 255, g: 204, b: 203 }
|
||||
)
|
||||
|
||||
const (
|
||||
pub const (
|
||||
ALIGN_LEFT = 1
|
||||
ALIGN_RIGHT = 4
|
||||
)
|
||||
|
||||
struct TextCfg {
|
||||
pub struct TextCfg {
|
||||
pub:
|
||||
color Color
|
||||
size int
|
||||
|
Reference in New Issue
Block a user