summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index cac2de314d..0ef70e4b13 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -201,6 +201,9 @@ public:
String get_data_dir() const;
+ void set_time_scale(float p_scale);
+ float get_time_scale();
+
static _OS *get_singleton() { return singleton; }
_OS();