diff options
Diffstat (limited to 'core/globals.h')
-rw-r--r-- | core/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/globals.h b/core/globals.h index f739bcfb90..2ec56966f6 100644 --- a/core/globals.h +++ b/core/globals.h @@ -86,6 +86,7 @@ protected: List<Singleton> singletons; + Error _save_custom_bnd(const String& p_file); bool _load_resource_pack(const String& p_pack); |