summaryrefslogtreecommitdiff
path: root/src/settings_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_gui.h')
-rw-r--r--src/settings_gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings_gui.h b/src/settings_gui.h
index 18af89f6a..5d6cfe8a9 100644
--- a/src/settings_gui.h
+++ b/src/settings_gui.h
@@ -14,6 +14,9 @@
#include "gfx_type.h"
+static const int SETTING_BUTTON_WIDTH = 20; ///< Width of setting buttons
+static const int SETTING_BUTTON_HEIGHT = 10; ///< Height of setting buttons
+
void DrawArrowButtons(int x, int y, Colours button_colour, byte state, bool clickable_left, bool clickable_right);
void DrawBoolButton(int x, int y, bool state, bool clickable);