summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2014-09-21 01:43:42 -0300
committerJuan Linietsky <reduzio@gmail.com>2014-09-21 01:43:42 -0300
commit11a5ed508b1cbde61a4d9dd4f469e86e74667623 (patch)
treee4bc1926057d788aeeef3633930bb958eb976d3a /core/bind/core_bind.h
parentc5b905fca82f1437486f2168270c5caa0b4bf104 (diff)
downloadredot-engine-11a5ed508b1cbde61a4d9dd4f469e86e74667623.tar.gz
Fixed too many little issues, check the issues closed today.
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();