diff options
| author | Juan Linietsky | 2015-04-12 17:55:01 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-04-12 17:55:01 -0300 |
| commit | 3e20391bf607dc7c452b056854aed4a8c99ba0f6 (patch) | |
| tree | 030e345cf19f6fc76381e8fe955122bea37607c9 /core/os/os.cpp | |
| parent | 2dfa1279eaed14c4d42d431fc62f3e8c881c2d38 (diff) | |
| download | godot-3e20391bf607dc7c452b056854aed4a8c99ba0f6.tar.gz godot-3e20391bf607dc7c452b056854aed4a8c99ba0f6.tar.zst godot-3e20391bf607dc7c452b056854aed4a8c99ba0f6.zip | |
Diffstat (limited to 'core/os/os.cpp')
| -rw-r--r-- | core/os/os.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/os/os.cpp b/core/os/os.cpp index 5e0e5eed7..5fa7e87d0 100644 --- a/core/os/os.cpp +++ b/core/os/os.cpp @@ -43,6 +43,9 @@ OS* OS::get_singleton() { uint32_t OS::get_ticks_msec() const { return get_ticks_usec()/1000; } +uint64_t OS::get_splash_tick_msec() const { + return _msec_splash; +} uint64_t OS::get_unix_time() const { return 0; |
