mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00: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:runtime"
|
||||||
import "core:mem"
|
import "core:mem"
|
||||||
|
_ :: runtime;
|
||||||
|
_ :: mem;
|
||||||
|
|
||||||
Map_Entry_Info :: struct(Key, Value: typeid) {
|
Map_Entry_Info :: struct(Key, Value: typeid) {
|
||||||
hash: u64,
|
hash: u64,
|
||||||
|
|||||||
Reference in New Issue
Block a user