mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-23 06:38:04 +00:00
13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
|
|
Vector2 :: Math.Vector2;
|
|
Color :: Math.Vector4;
|
|
|
|
#scope_module
|
|
|
|
Math :: #import "Math";
|
|
|
|
#if OS == .WINDOWS {
|
|
#load "windows.jai";
|
|
} else {
|
|
assert(false);
|
|
} |