From 275c6c9d801fffbf30fc702c1f683e519f66798f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 2 Oct 2021 03:38:32 +0200 Subject: Change tab style, floor cleanup --- 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 0bdf69f..245f1df 100644 --- a/include/Utils.hpp +++ b/include/Utils.hpp @@ -2,6 +2,7 @@ #include #include +#include namespace QuickMedia { void show_virtual_keyboard(); @@ -10,4 +11,6 @@ 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); + + sf::Vector2f vec2f_round(float x, float y); } \ No newline at end of file -- cgit v1.2.3