diff options
author | Chris Cranford <chris@hibernate.org> | 2024-04-19 13:26:21 -0400 |
---|---|---|
committer | Chris Cranford <chris@hibernate.org> | 2024-09-22 15:27:13 -0400 |
commit | bc3dcf3d404046a9ae8ac5a1aeab4853cb7c082b (patch) | |
tree | 8e5ef09e1fe82dd4203000b21e27bd9b34980902 /core/core_bind.h | |
parent | 5675c76461e197d3929a1142cfb84ab1a76ac9dd (diff) | |
download | redot-engine-bc3dcf3d404046a9ae8ac5a1aeab4853cb7c082b.tar.gz |
Expose several resource/resource-saver functions
Diffstat (limited to 'core/core_bind.h')
-rw-r--r-- | core/core_bind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/core_bind.h b/core/core_bind.h index e4ba0e8f56..51c1a8f0da 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -116,6 +116,8 @@ public: void add_resource_format_saver(Ref<ResourceFormatSaver> p_format_saver, bool p_at_front); void remove_resource_format_saver(Ref<ResourceFormatSaver> p_format_saver); + ResourceUID::ID get_resource_id_for_path(const String &p_path, bool p_generate = false); + ResourceSaver() { singleton = this; } }; |