Define the {de,}initialization functions in the bindings
The extension creators then don't need to create those just to redirect to the bindings.
This commit is contained in:
committed by
Bastiaan Olij
parent
a0634cca3f
commit
5615c92173
@@ -29,12 +29,4 @@ GDNativeBool GDN_EXPORT example_library_init(const GDNativeInterface *p_interfac
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
void GDN_EXPORT initialize_level(void *userdata, GDNativeInitializationLevel p_level) {
|
||||
godot::GDExtensionBinding::initialize_level(userdata, p_level);
|
||||
}
|
||||
|
||||
void GDN_EXPORT deinitialize_level(void *userdata, GDNativeInitializationLevel p_level) {
|
||||
godot::GDExtensionBinding::deinitialize_level(userdata, p_level);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user