summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-11-27 17:19:02 +0100
committernavewindre <boneyaard@gmail.com>2025-11-27 17:21:48 +0100
commite3de3ba5162f7ddd5005911124d4333e140fd984 (patch)
treeefb2d3851940ba1b70f0105611cddb17344e7e32 /src/gui
parent5c8bbc3bc618068af1f7d6f2829c4346570c2ab9 (diff)
bunch o stuff
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/base.h b/src/gui/base.h
index 96e0fa5..7b95d34 100644
--- a/src/gui/base.h
+++ b/src/gui/base.h
@@ -115,6 +115,7 @@ typedef void( *GUI_DRAW_FN )( void* el );
typedef void( *GUI_INPUT_FN )( void* el );
extern void gui_base_input_fn( void* );
+extern void gui_view_draw_fn( void* );
struct GUI_BASE {
I32 x{}, y{};