mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 18:32:22 -07:00
3 lines
122 B
Odin
3 lines
122 B
Odin
using import . "sync_windows.odin" when ODIN_OS == "windows";
|
|
using import . "sync_linux.odin" when ODIN_OS == "linux";
|