summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-06-14 17:21:54 +0200
committerGitHub <noreply@github.com>2017-06-14 17:21:54 +0200
commitc769a38c070a47ae78aaab0415d544cee9c281f7 (patch)
tree151d0f36489ac83b13f80b9ee8c5ceb6954bdaed /core/bind/core_bind.h
parentb21a1232baf9db42cc57e32ecaf5abc0d0b05c86 (diff)
parenta81b706e0991bc4df7cbe3dc3e6d451454bc4b1e (diff)
downloadredot-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.h2
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();
};