فهرست منبع

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

gingerBill 5 سال پیش
والد
کامیت
b94dde2817
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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,