From ff5a815523b3bb69674f7d678e9d03278ed5ec30 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 30 Jun 2014 01:28:05 -0300 Subject: fixed bug where resource path is properly exported --- core/resource.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/resource.h') 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(); -- cgit v1.2.3