diff options
Diffstat (limited to 'misc/dist/linux/symbols-gdnative.map')
-rw-r--r-- | misc/dist/linux/symbols-gdnative.map | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/dist/linux/symbols-gdnative.map b/misc/dist/linux/symbols-gdnative.map new file mode 100644 index 0000000..d048dc3 --- /dev/null +++ b/misc/dist/linux/symbols-gdnative.map @@ -0,0 +1,9 @@ +{ + global: + godot_gdnative_singleton; + godot_gdnative_init; + godot_gdnative_terminate; + godot_nativescript_init; + local: + *; +}; |