mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 01:13:48 +00:00
3 lines
147 B
Odin
3 lines
147 B
Odin
#include "os_windows.odin" when ODIN_OS == "windows";
|
|
#include "os_x.odin" when ODIN_OS == "osx";
|
|
#include "os_linux.odin" when ODIN_OS == "linux"; |