aboutsummaryrefslogtreecommitdiff
path: root/core/object.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-06-22 00:03:19 -0300
committerJuan Linietsky2015-06-22 00:04:15 -0300
commite9bbb97acccc08ae03fde41e4cc6d2dc6722021a (patch)
tree008459da8cb1c9343919e67482700e5704e0d1e6 /core/object.h
parent37af8b413674936518a2ebe180f9e7bfcd5795bb (diff)
downloadgodot-e9bbb97acccc08ae03fde41e4cc6d2dc6722021a.tar.gz
godot-e9bbb97acccc08ae03fde41e4cc6d2dc6722021a.tar.zst
godot-e9bbb97acccc08ae03fde41e4cc6d2dc6722021a.zip
Diffstat (limited to 'core/object.h')
-rw-r--r--core/object.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/object.h b/core/object.h
index 8d1f8ebc5..9680af924 100644
--- a/core/object.h
+++ b/core/object.h
@@ -451,6 +451,8 @@ protected:
Array _get_property_list_bind() const;
Array _get_method_list_bind() const;
+ void _clear_internal_resource_paths(const Variant &p_var);
+
public: //should be protected, but bug in clang++
static void initialize_type();
_FORCE_INLINE_ static void register_custom_data_to_otdb() {};
@@ -599,6 +601,9 @@ public:
_FORCE_INLINE_ void set_message_translation(bool p_enable) { _can_translate=p_enable; }
_FORCE_INLINE_ bool can_translate_messages() const { return _can_translate; }
+
+ void clear_internal_resource_paths();
+
Object();
virtual ~Object();
@@ -651,6 +656,8 @@ public:
#endif
+
+
};
//needed by macros