mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
glfw: make Pos fields public
This commit is contained in:
parent
c04cca1ae4
commit
af5b2e1b3c
@ -69,6 +69,7 @@ pub:
|
||||
}
|
||||
|
||||
struct Pos {
|
||||
pub:
|
||||
x int
|
||||
y int
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user