clean up
This commit is contained in:
parent
ca13a424e5
commit
99b1119adb
2 changed files with 0 additions and 4 deletions
|
|
@ -23,8 +23,6 @@ pub const Vector3 = extern struct {
|
|||
pub fn init(x: f32, y: f32, z: f32) Vector3 {
|
||||
return Vector3{ .x = x, .y = y, .z = z };
|
||||
}
|
||||
pub const add = rlm.vector2Add;
|
||||
pub const sub = rlm.vector2Subtract;
|
||||
};
|
||||
|
||||
pub const Vector4 = extern struct {
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@ pub const Vector3 = extern struct {
|
|||
pub fn init(x: f32, y: f32, z: f32) Vector3 {
|
||||
return Vector3{ .x = x, .y = y, .z = z };
|
||||
}
|
||||
pub const add = rlm.vector2Add;
|
||||
pub const sub = rlm.vector2Subtract;
|
||||
};
|
||||
|
||||
pub const Vector4 = extern struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue