You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Add GDNativeInterface::get_library_path to GDExtension
This commit is contained in:
@@ -1069,4 +1069,6 @@ void gdnative_setup_interface(GDNativeInterface *p_interface) {
|
||||
gdni.classdb_register_extension_class_property_subgroup = nullptr;
|
||||
gdni.classdb_register_extension_class_signal = nullptr;
|
||||
gdni.classdb_unregister_extension_class = nullptr;
|
||||
|
||||
gdni.get_library_path = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user