Finish implementation of GDnative builtins bindings
This commit is contained in:
@@ -51,10 +51,8 @@ extern "C" void _basis_api_anchor();
|
||||
extern "C" void _rect3_api_anchor();
|
||||
extern "C" void _transform_api_anchor();
|
||||
extern "C" void _color_api_anchor();
|
||||
extern "C" void _image_api_anchor();
|
||||
extern "C" void _node_path_api_anchor();
|
||||
extern "C" void _rid_api_anchor();
|
||||
extern "C" void _input_event_api_anchor();
|
||||
extern "C" void _dictionary_api_anchor();
|
||||
extern "C" void _array_api_anchor();
|
||||
extern "C" void _pool_arrays_api_anchor();
|
||||
@@ -73,10 +71,8 @@ void _api_anchor() {
|
||||
_basis_api_anchor();
|
||||
_transform_api_anchor();
|
||||
_color_api_anchor();
|
||||
_image_api_anchor();
|
||||
_node_path_api_anchor();
|
||||
_rid_api_anchor();
|
||||
_input_event_api_anchor();
|
||||
_dictionary_api_anchor();
|
||||
_array_api_anchor();
|
||||
_pool_arrays_api_anchor();
|
||||
|
||||
Reference in New Issue
Block a user