diff options
| author | Rémi Verschelde | 2016-07-15 00:34:56 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-07-18 00:54:56 +0200 |
| commit | b2953bc1ccc23089559f1216563032fabd6b929f (patch) | |
| tree | c44d41df8b7b6db91b5a6fff3bdcd277b7a6eb1e /core/bind/core_bind.h | |
| parent | 9ff7c5524f21d299380e68e600cd99133cf6a215 (diff) | |
| download | godot-b2953bc1ccc23089559f1216563032fabd6b929f.tar.gz godot-b2953bc1ccc23089559f1216563032fabd6b929f.tar.zst godot-b2953bc1ccc23089559f1216563032fabd6b929f.zip | |
OS: Add get_engine_version method
Fixes #5693.
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 5bd427578..b43c5246e 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(); |
