diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-10-02 03:38:32 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-10-02 03:38:32 +0200 |
commit | 275c6c9d801fffbf30fc702c1f683e519f66798f (patch) | |
tree | 75ae2c1999b9f42ca72cb9803fc682a4ddee6f5b /include | |
parent | 4ae711eb3ca9157cf90de946517a1a2726d27024 (diff) |
Change tab style, floor cleanup
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 |