| 8 | } |
| 9 | |
| 10 | Dictionary CustomDecryptor::parse_and_decrypt(Ref<FileAccess> p_file, const Vector<uint8_t> &p_key, bool p_non_pack_file) { |
| 11 | Dictionary result; |
| 12 | GDVIRTUAL_CALL(_parse_and_decrypt, p_file, p_key, p_non_pack_file, result); |
| 13 | return result; |
| 14 | } |