ui/modules/kb_text_shape/module.jai

6 lines
97 B
Plaintext

#if OS == .WINDOWS {
#load "windows.jai";
} else #if OS == .MACOS {
#load "macos.jai";
}