diff options
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 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 |