mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +00:00
4 lines
60 B
C++
4 lines
60 B
C++
|
|
typedef struct {
|
||
|
|
void *mutex;
|
||
|
|
} mbedtls_threading_mutex_t;
|