summaryrefslogtreecommitdiffstats
path: root/core/os/thread_safe.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/thread_safe.h')
-rw-r--r--core/os/thread_safe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/os/thread_safe.h b/core/os/thread_safe.h
index ac8734b6c1..042a0b7d98 100644
--- a/core/os/thread_safe.h
+++ b/core/os/thread_safe.h
@@ -38,4 +38,7 @@
#define _THREAD_SAFE_LOCK_ _thread_safe_.lock();
#define _THREAD_SAFE_UNLOCK_ _thread_safe_.unlock();
+bool is_current_thread_safe_for_nodes();
+void set_current_thread_safe_for_nodes(bool p_safe);
+
#endif // THREAD_SAFE_H