From 3d5e8baa5f66547f1250950b10bd4108e30af423 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 25 Aug 2024 13:39:33 +0200 Subject: File chooser navigation --- include/gui/Utils.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/gui/Utils.hpp') 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 -- cgit v1.2.3