diff options
| author | Gilles Roudiere | 2018-02-21 22:06:34 +0100 |
|---|---|---|
| committer | Gilles Roudiere | 2018-04-16 23:20:43 +0200 |
| commit | ebfa731012e854d26d800b5abd56745cf9935098 (patch) | |
| tree | 80aa3afea97179d817224eadd902612f446a5e3b /core/project_settings.h | |
| parent | 93ae37f11848d481ca02a10c86812c40dec5e561 (diff) | |
| download | godot-ebfa731012e854d26d800b5abd56745cf9935098.tar.gz godot-ebfa731012e854d26d800b5abd56745cf9935098.tar.zst godot-ebfa731012e854d26d800b5abd56745cf9935098.zip | |
Diffstat (limited to 'core/project_settings.h')
| -rw-r--r-- | core/project_settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/project_settings.h b/core/project_settings.h index 9b51bc3ac..b01e7855a 100644 --- a/core/project_settings.h +++ b/core/project_settings.h @@ -102,6 +102,8 @@ protected: Error _save_custom_bnd(const String &p_file); + void _convert_to_last_version(); + bool _load_resource_pack(const String &p_pack); void _add_property_info_bind(const Dictionary &p_info); |
