Finish implementation of GDnative builtins bindings

This commit is contained in:
Emmanuel Leblond 2017-04-17 21:42:11 +02:00
parent a75623f436
commit abcb044bf3
No known key found for this signature in database
GPG key ID: C360860E645EFFC0
43 changed files with 2521 additions and 2338 deletions

View file

@ -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();