mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
export declarations
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
using import . "sync_windows.odin" when ODIN_OS == "windows";
|
||||
using import . "sync_linux.odin" when ODIN_OS == "linux";
|
||||
export "sync_windows.odin" when ODIN_OS == "windows";
|
||||
export "sync_linux.odin" when ODIN_OS == "linux";
|
||||
|
||||
Reference in New Issue
Block a user