mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Pascal style declaration grouping with ()
This commit is contained in:
+4
-2
@@ -1,2 +1,4 @@
|
||||
import_load "sync_windows.odin" when ODIN_OS == "windows";
|
||||
import_load "sync_linux.odin" when ODIN_OS == "linux";
|
||||
import_load (
|
||||
"sync_windows.odin" when ODIN_OS == "windows";
|
||||
"sync_linux.odin" when ODIN_OS == "linux";
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user