From 2e4ecca19aadc09d5c3d927724f8004b6a0ff0b0 Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 13 Feb 2025 23:32:28 +1100 Subject: refactoring; prep for shadows --- ui.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.hpp') diff --git a/ui.hpp b/ui.hpp index 056e69a..2779183 100644 --- a/ui.hpp +++ b/ui.hpp @@ -48,6 +48,7 @@ struct UI { enum { RECT, TEXT, + LINE, CLIP }; int type, size; -- cgit v1.2.3-54-g00ecf