summaryrefslogtreecommitdiff
path: root/core/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/globals.h')
-rw-r--r--core/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/globals.h b/core/globals.h
index f24b2daf79..5e0bdb0e54 100644
--- a/core/globals.h
+++ b/core/globals.h
@@ -91,6 +91,7 @@ protected:
Error _save_settings_binary(const String& p_file,const Map<String,List<String> > &props,const CustomMap& p_custom=CustomMap());
List<Singleton> singletons;
+ Map<StringName,Object*> singleton_ptrs;
Error _save_custom_bnd(const String& p_file);