mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 04:12:22 -07:00
Force used of imports in reflect/map.odin
This commit is contained in:
@@ -2,6 +2,8 @@ package reflect
|
||||
|
||||
import "core:runtime"
|
||||
import "core:mem"
|
||||
_ :: runtime;
|
||||
_ :: mem;
|
||||
|
||||
Map_Entry_Info :: struct(Key, Value: typeid) {
|
||||
hash: u64,
|
||||
|
||||
Reference in New Issue
Block a user