summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 137d99804..f2b910cea 100644
--- a/src/window.h
+++ b/src/window.h
@@ -279,6 +279,8 @@ struct Window {
Window *parent;
byte custom[WINDOW_CUSTOM_SIZE];
+ void HandleButtonClick(byte widget);
+
void SetWidgetDisabledState(byte widget_index, bool disab_stat);
void DisableWidget(byte widget_index);
void EnableWidget(byte widget_index);