mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
4 lines
99 B
Odin
4 lines
99 B
Odin
#include "os_windows.odin" when ODIN_OS == "windows";
|
|
#include "os_x.odin" when ODIN_OS == "osx";
|
|
|