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:
@ -17,7 +17,7 @@ import math
|
||||
// # glm__Vec3 myglm_mult(glm__Vec3, glm__Vec3);
|
||||
// # glm__Vec3 myglm_cross(glm__Vec3, glm__Vec3);
|
||||
// # glm__Vec3 myglm_normalize(glm__Vec3);
|
||||
struct Mat4 {
|
||||
pub struct Mat4 {
|
||||
pub:
|
||||
data &f32
|
||||
}
|
||||
|
Reference in New Issue
Block a user