From b9dcebb37cf15f7f0c062740ad4a755d32f88ed5 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 19 Aug 2017 17:47:27 -0300 Subject: Revert "Second take at making command-line arguments more UNIX-like + main.cpp and help cleanup" --- core/bind/core_bind.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/bind/core_bind.h') diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 45416f5fd8..61c80aaba3 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -639,6 +639,8 @@ public: void set_time_scale(float p_scale); float get_time_scale(); + String get_custom_level() const; + MainLoop *get_main_loop() const; Dictionary get_version_info() const; -- cgit v1.2.3