More wrappers, more cleanup
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
const std = @import("std");
|
||||
const math = @import("../math.zig");
|
||||
|
||||
const Vector2 = math.Vector2;
|
||||
const Vector2 = @import("Vector2.zig").Vector2;
|
||||
|
||||
const f32x8 = math.f32x8;
|
||||
|
||||
const ps = math.ps;
|
||||
|
||||
pub const Vector2x8 = extern struct {
|
||||
|
||||
Reference in New Issue
Block a user