diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-06-30 11:59:33 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-06-30 11:59:33 -0300 |
commit | b4d5f7e154973e8fb93a9a0af6ffa0b065e2c50c (patch) | |
tree | 67551f833464dc31c7d48e68e93b68c161e404b2 /core/globals.h | |
parent | 4613a3f2c0d8f060cac610e2a7a401aee2ece78f (diff) | |
parent | 55b34e05b3d735a84e1af9833e19c0b816c18252 (diff) |
Merge branch 'master' of https://github.com/okamstudio/godot
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); |