[GDnative] Add string_name api
This commit is contained in:
parent
7a58c0f9fb
commit
d17951f57e
6 changed files with 228 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
extern "C" void _string_api_anchor();
|
||||
extern "C" void _string_name_api_anchor();
|
||||
extern "C" void _vector2_api_anchor();
|
||||
extern "C" void _rect2_api_anchor();
|
||||
extern "C" void _vector3_api_anchor();
|
||||
|
|
@ -61,6 +62,7 @@ extern "C" void _variant_api_anchor();
|
|||
void _api_anchor() {
|
||||
|
||||
_string_api_anchor();
|
||||
_string_name_api_anchor();
|
||||
_vector2_api_anchor();
|
||||
_rect2_api_anchor();
|
||||
_vector3_api_anchor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue