mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 10:22:23 -07:00
8 lines
113 B
Odin
8 lines
113 B
Odin
package path
|
|
|
|
|
|
SEPARATOR :: '/';
|
|
SEPARATOR_STRING :: "/";
|
|
|
|
#compile_assert("Linux is not yet supported");
|