diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-13 23:30:20 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-13 23:30:20 +0200 |
commit | acb6ac0a04e800a79876908fd1fdb98dc7e93678 (patch) | |
tree | e8d0e97b3ac22d8ee1fc5b5a515047bf4a173014 /include | |
parent | 4af866c610a8f6650a5d2c5045c085d9af7d7951 (diff) |
Show local time for nyaa.si, soundcloud and spotify. Add sukebei
Diffstat (limited to 'include')
-rw-r--r-- | include/Utils.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Utils.hpp b/include/Utils.hpp index c1448f4..4a93109 100644 --- a/include/Utils.hpp +++ b/include/Utils.hpp @@ -1,8 +1,11 @@ #pragma once +#include <time.h> + namespace QuickMedia { float get_ui_scale(); void show_virtual_keyboard(); void hide_virtual_keyboard(); bool is_touch_enabled(); + time_t iso_utc_to_unix_time(const char *time_str); }
\ No newline at end of file |