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.
6 lines
139 B
C++
6 lines
139 B
C++
#ifndef EDITOR_INITIALIZE_SSL_H
|
|
#define EDITOR_INITIALIZE_SSL_H
|
|
|
|
void editor_initialize_certificates();
|
|
|
|
#endif // EDITOR_INITIALIZE_SSL_H
|