mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
8b1dcbfe4d
-Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
7 lines
139 B
C
7 lines
139 B
C
#ifndef EDITOR_INITIALIZE_SSL_H
|
|
#define EDITOR_INITIALIZE_SSL_H
|
|
|
|
void editor_initialize_certificates();
|
|
|
|
#endif // EDITOR_INITIALIZE_SSL_H
|