mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
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
|