mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-28 14:21:01 +00:00
Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes
[GDNative] use feature tags, added load once option
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void _dictionary_api_anchor() {}
|
||||
|
||||
void GDAPI godot_dictionary_new(godot_dictionary *r_dest) {
|
||||
Dictionary *dest = (Dictionary *)r_dest;
|
||||
memnew_placement(dest, Dictionary);
|
||||
|
||||
Reference in New Issue
Block a user