summaryrefslogtreecommitdiff
path: root/src/ui_elements/UI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_elements/UI.h')
-rw-r--r--src/ui_elements/UI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui_elements/UI.h b/src/ui_elements/UI.h
index 779290f..eaf17e8 100644
--- a/src/ui_elements/UI.h
+++ b/src/ui_elements/UI.h
@@ -5,6 +5,7 @@
#define UI_ELEMENTS_H
static const float SCROLL_SENC = 10;
+static const float TAB_WIDTH = 4;
void DrawRecBordered(Rectangle rec, Color bg, Color border_color, int border_width);
void DrawTextInRec(Rectangle rec, char *text, Font *font, int height, Color color, float padding, int *scroll);