From acb6ac0a04e800a79876908fd1fdb98dc7e93678 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 13 May 2021 23:30:20 +0200 Subject: Show local time for nyaa.si, soundcloud and spotify. Add sukebei --- include/Utils.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Utils.hpp') 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 + 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 -- cgit v1.2.3