summaryrefslogtreecommitdiffstats
path: root/core/core_bind.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/core_bind.h')
-rw-r--r--core/core_bind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/core_bind.h b/core/core_bind.h
index 6b25510b14..077bb19c80 100644
--- a/core/core_bind.h
+++ b/core/core_bind.h
@@ -234,10 +234,12 @@ public:
Thread::ID get_main_thread_id() const;
bool has_feature(const String &p_feature) const;
+ bool is_sandboxed() const;
bool request_permission(const String &p_name);
bool request_permissions();
Vector<String> get_granted_permissions() const;
+ void revoke_granted_permissions();
static OS *get_singleton() { return singleton; }