diff options
author | Juan Linietsky <reduzio@gmail.com> | 2014-06-30 01:28:05 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2014-06-30 01:28:05 -0300 |
commit | ff5a815523b3bb69674f7d678e9d03278ed5ec30 (patch) | |
tree | 63ed95eaadde91d6040a9a7c8668df4828d9c2b9 /core/resource.h | |
parent | 7bb5693094b0c624d761cf2044258ea5a21fff4d (diff) | |
download | redot-engine-ff5a815523b3bb69674f7d678e9d03278ed5ec30.tar.gz |
fixed bug where resource path is properly exported
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 2e336e1caf..8a637e7996 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(); |