Explorar o código

Force used of imports in `reflect/map.odin`

gingerBill %!s(int64=5) %!d(string=hai) anos
pai
achega
b94dde2817
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      core/reflect/map.odin

+ 2 - 0
core/reflect/map.odin

@@ -2,6 +2,8 @@ package reflect
 
 import "core:runtime"
 import "core:mem"
+_ :: runtime;
+_ :: mem;
 
 Map_Entry_Info :: struct(Key, Value: typeid) {
 	hash:  u64,