| 995 | } |
| 996 | |
| 997 | int GDRESettings::get_bytecode_revision() const { |
| 998 | return is_pack_loaded() ? current_project->bytecode_revision : 0; |
| 999 | } |
| 1000 | |
| 1001 | Error GDRESettings::get_version_from_bin_resources() { |
| 1002 | int consistent_versions = 0; |
no outgoing calls