From 3f9f8b015922213611320ed9f5b0fb9e603a226c Mon Sep 17 00:00:00 2001 From: katalx Date: Wed, 28 Jan 2026 21:15:24 -0500 Subject: close events now work properly!! --- ui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 6c22238..015b1aa 100644 --- a/ui.h +++ b/ui.h @@ -7,7 +7,8 @@ typedef enum { UI_REDRAW, UI_KEY_DOWN, - UI_KEY_UP + UI_KEY_UP, + UI_QUIT } UiEventType; typedef enum { -- cgit v1.2.3