aboutsummaryrefslogtreecommitdiff
path: root/include/Utils.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-02 03:38:32 +0200
committerdec05eba <dec05eba@protonmail.com>2021-10-02 03:38:32 +0200
commit275c6c9d801fffbf30fc702c1f683e519f66798f (patch)
tree75ae2c1999b9f42ca72cb9803fc682a4ddee6f5b /include/Utils.hpp
parent4ae711eb3ca9157cf90de946517a1a2726d27024 (diff)
Change tab style, floor cleanup
Diffstat (limited to 'include/Utils.hpp')
-rw-r--r--include/Utils.hpp3
1 files changed, 3 insertions, 0 deletions
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 <time.h>
#include <string>
+#include <SFML/System/Vector2.hpp>
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