mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-18 20:28:01 +00:00
5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
#if OS == .WINDOWS {
|
|
#load "windows.jai";
|
|
} else {
|
|
assert(false)
|
|
} |