From d2aae675e92cbe99706564e2cffbc34ed7cea639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 13 Jan 2017 18:25:43 +0100 Subject: Replace Engine version API by preexisting OS one It outputs a single Dictionary with all relevant information as keys, that will less bloat the documentation and provide all details in one function call. --- core/bind/core_bind.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'core/bind/core_bind.h') diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 3401435c68..0774492f66 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -309,8 +309,6 @@ public: void set_use_vsync(bool p_enable); bool is_vsync_enabled() const; - Dictionary get_engine_version() const; - static _OS *get_singleton() { return singleton; } _OS(); @@ -647,15 +645,7 @@ public: MainLoop *get_main_loop() const; - String get_version() const; - String get_version_name() const; - String get_version_short_name() const; - int get_version_major() const; - int get_version_minor() const; - String get_version_revision() const; - String get_version_status() const; - int get_version_year() const; - + Dictionary get_version_info() const; _Engine(); }; -- cgit v1.2.3