diff options
Diffstat (limited to 'core/resource.h')
| -rw-r--r-- | core/resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/resource.h b/core/resource.h index 2e336e1ca..8a637e799 100644 --- a/core/resource.h +++ b/core/resource.h @@ -115,6 +115,9 @@ protected: virtual void _resource_path_changed(); static void _bind_methods(); + + void _set_path(const String& p_path); + void _take_over_path(const String& p_path); public: virtual bool can_reload_from_file(); |
