diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Utils.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Utils.hpp b/include/Utils.hpp index 5f725bf..138d47e 100644 --- a/include/Utils.hpp +++ b/include/Utils.hpp @@ -11,6 +11,7 @@ namespace QuickMedia { bool is_running_wayland(); time_t iso_utc_to_unix_time(const char *time_str); std::string unix_time_to_local_time_str(time_t unix_time); + int64_t get_boottime_milliseconds(); sf::Vector2f vec2f_floor(float x, float y); }
\ No newline at end of file |