| 1520 | } |
| 1521 | |
| 1522 | void *DataCompiler::user_data(StringId64 type) |
| 1523 | { |
| 1524 | ResourceTypeData rtd; |
| 1525 | rtd.version = COMPILER_NOT_FOUND; |
| 1526 | rtd.compiler = NULL; |
| 1527 | return hash_map::get(_compilers, type, rtd).user_data; |
| 1528 | } |
| 1529 | |
| 1530 | bool DataCompiler::can_compile(StringId64 type) |
| 1531 | { |