You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #79466 from Repiteo/core_bind-header-fix
Have `core_bind.h` Thread type syntax match `core_bind.cpp`
This commit is contained in:
@@ -230,8 +230,8 @@ public:
|
|||||||
String get_cache_dir() const;
|
String get_cache_dir() const;
|
||||||
|
|
||||||
Error set_thread_name(const String &p_name);
|
Error set_thread_name(const String &p_name);
|
||||||
Thread::ID get_thread_caller_id() const;
|
::Thread::ID get_thread_caller_id() const;
|
||||||
Thread::ID get_main_thread_id() const;
|
::Thread::ID get_main_thread_id() const;
|
||||||
|
|
||||||
bool has_feature(const String &p_feature) const;
|
bool has_feature(const String &p_feature) const;
|
||||||
bool is_sandboxed() const;
|
bool is_sandboxed() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user