summaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-07-18 00:55:29 +0200
committerGitHub <noreply@github.com>2016-07-18 00:55:29 +0200
commitc328693e837f5899b24504caef5a9ee5e4d4cb4e (patch)
treefacffec289b6e9d40dfe22bd53e4628e6076af05 /core/bind/core_bind.h
parentbe563a1663fa87510ddd59aced23b34560915dc2 (diff)
parentb2953bc1ccc23089559f1216563032fabd6b929f (diff)
Merge pull request #5709 from akien-mga/pr-get-engine-version
OS: Add get_engine_version method
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 5bd427578a..b43c5246ed 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -315,6 +315,8 @@ public:
void set_use_vsync(bool p_enable);
bool is_vsnc_enabled() const;
+ Dictionary get_engine_version() const;
+
static _OS *get_singleton() { return singleton; }
_OS();