Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes
[GDNative] use feature tags, added load once option
This commit is contained in:
commit
bd2b1a62d9
26 changed files with 344 additions and 309 deletions
|
|
@ -39,9 +39,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
void _string_api_anchor() {
|
||||
}
|
||||
|
||||
void GDAPI godot_string_new(godot_string *r_dest) {
|
||||
String *dest = (String *)r_dest;
|
||||
memnew_placement(dest, String);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue