diff options
Diffstat (limited to 'include/gui/Utils.hpp')
-rw-r--r-- | include/gui/Utils.hpp | 2 |
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 |