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