extend default to s64
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#import "modules/std.sx";
|
||||
math :: #import "modules/std/math.sx";
|
||||
math :: #import "modules/math.sx";
|
||||
|
||||
vec3 :: (x:f32, y:f32, z:f32) -> Vector(3,f32) {
|
||||
.[x, y, z];
|
||||
|
||||
Reference in New Issue
Block a user