aboutsummaryrefslogtreecommitdiff
path: root/include/gui/Utils.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-25 13:39:33 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-25 13:39:33 +0200
commit3d5e8baa5f66547f1250950b10bd4108e30af423 (patch)
tree890101088903316749e2843829eb3aa6b67cd3ce /include/gui/Utils.hpp
parentb8e6949dfb8a88c832e82f8b7e853fe0ed462da0 (diff)
File chooser navigation
Diffstat (limited to 'include/gui/Utils.hpp')
-rw-r--r--include/gui/Utils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/Utils.hpp b/include/gui/Utils.hpp
index 885bf3e..6963bc5 100644
--- a/include/gui/Utils.hpp
+++ b/include/gui/Utils.hpp
@@ -13,4 +13,6 @@ namespace mgl {
namespace gsr {
// Inner border
void draw_rectangle_outline(mgl::Window &window, mgl::vec2f pos, mgl::vec2f size, mgl::Color color, float border_size);
+ double get_frame_delta_seconds();
+ void set_frame_delta_seconds(double frame_delta);
} \ No newline at end of file