diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-08-19 17:47:27 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-19 17:47:27 -0300 |
commit | b9dcebb37cf15f7f0c062740ad4a755d32f88ed5 (patch) | |
tree | 86b1a935105abb50ff87aaf5c17f422a745c248c /core/bind/core_bind.h | |
parent | 588ffbc08aaf7d1fa30163f46702d56e032de04a (diff) |
Revert "Second take at making command-line arguments more UNIX-like + main.cpp and help cleanup"
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 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; |