diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2024-06-10 15:35:50 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2024-06-14 22:27:03 +0200 |
commit | 33d0e1c50ccba4eebb05073d4e20b0deb0d6ec54 (patch) | |
tree | 4d464489e55ba5af15709233d187a04480ff23d0 /core/core_bind.h | |
parent | 71699e08c9df78b7203fa4ef9cede28e995d6ace (diff) | |
download | redot-engine-33d0e1c50ccba4eebb05073d4e20b0deb0d6ec54.tar.gz |
[Crypto] Expose get_system_ca_certificates.
Diffstat (limited to 'core/core_bind.h')
-rw-r--r-- | core/core_bind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/core_bind.h b/core/core_bind.h index febc33a9c1..1452368f60 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -134,6 +134,8 @@ public: RENDERING_DRIVER_D3D12, }; + String get_system_ca_certificates(); + virtual PackedStringArray get_connected_midi_inputs(); virtual void open_midi_inputs(); virtual void close_midi_inputs(); |