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