summaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-04-12 17:55:01 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-04-12 17:55:01 -0300
commit3e20391bf607dc7c452b056854aed4a8c99ba0f6 (patch)
tree030e345cf19f6fc76381e8fe955122bea37607c9 /core/bind/core_bind.h
parent2dfa1279eaed14c4d42d431fc62f3e8c881c2d38 (diff)
-Changed bootsplash option to use a file, fixes #1539
-Added OS.get_splash_tick_msec() to query when splash appeared
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index f3601e35fb..ea8ca9af92 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -210,6 +210,7 @@ public:
void delay_usec(uint32_t p_usec) const;
void delay_msec(uint32_t p_msec) const;
uint32_t get_ticks_msec() const;
+ uint32_t get_splash_tick_msec() const;
bool can_use_threads() const;