summaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorkatalx2026-01-28 21:15:24 -0500
committerkatalx2026-01-28 21:15:24 -0500
commit3f9f8b015922213611320ed9f5b0fb9e603a226c (patch)
tree1e27ed89ea28511673420634c81efc65adabc2ee /ui.h
parent51f46587b509b3395cbd8acb73d53e1c1b031d7a (diff)
close events now work properly!!
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h3
1 files changed, 2 insertions, 1 deletions
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 {