aboutsummaryrefslogtreecommitdiff
path: root/include/gui/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/Utils.hpp')
-rw-r--r--include/gui/Utils.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/gui/Utils.hpp b/include/gui/Utils.hpp
new file mode 100644
index 0000000..fe5ee49
--- /dev/null
+++ b/include/gui/Utils.hpp
@@ -0,0 +1,13 @@
+#pragma once
+
+#include <mglpp/system/vec.hpp>
+#include <mglpp/graphics/Color.hpp>
+
+namespace mgl {
+ class Window;
+}
+
+namespace gsr {
+ // Inner border
+ void draw_rectangle_outline(mgl::Window &window, mgl::vec2f pos, mgl::vec2f size, mgl::Color color, float border_size);
+} \ No newline at end of file