Add GDNativeInterface::get_library_path to GDExtension

This commit is contained in:
Emmanuel Leblond
2022-04-29 00:51:04 +02:00
parent 574bf0b91b
commit 80f61352fb
19 changed files with 65 additions and 17 deletions

View File

@ -90,7 +90,7 @@ public:
virtual void alert(const String &p_alert, const String &p_title) override;
virtual Error open_dynamic_library(const String p_path, void *&p_library_handle, bool p_also_set_library_path = false) override;
virtual Error open_dynamic_library(const String p_path, void *&p_library_handle, bool p_also_set_library_path = false, String *r_resolved_path = nullptr) override;
virtual String get_name() const override;
virtual MainLoop *get_main_loop() const override;