diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-06-14 17:21:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 17:21:54 +0200 |
commit | c769a38c070a47ae78aaab0415d544cee9c281f7 (patch) | |
tree | 151d0f36489ac83b13f80b9ee8c5ceb6954bdaed /core/bind/core_bind.h | |
parent | b21a1232baf9db42cc57e32ecaf5abc0d0b05c86 (diff) | |
parent | a81b706e0991bc4df7cbe3dc3e6d451454bc4b1e (diff) | |
download | redot-engine-c769a38c070a47ae78aaab0415d544cee9c281f7.tar.gz |
Merge pull request #9155 from kubecz3k/check-process-type
Ability to check if we are in fixed thread, solves: #3698
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r-- | core/bind/core_bind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index e48b5c85ad..a2fb6c966c 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -634,6 +634,8 @@ public: Dictionary get_version_info() const; + bool is_in_fixed_frame() const; + _Engine(); }; |