mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Replace import_load with using import .
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import . "decimal.odin";
|
||||
using import "decimal.odin";
|
||||
|
||||
Int_Flag :: enum {
|
||||
Prefix = 1<<0,
|
||||
|
||||
Reference in New Issue
Block a user