diff options
| author | navewindre <boneyaard@gmail.com> | 2025-11-27 17:19:02 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-11-27 17:21:48 +0100 |
| commit | e3de3ba5162f7ddd5005911124d4333e140fd984 (patch) | |
| tree | efb2d3851940ba1b70f0105611cddb17344e7e32 /src/gui/base.h | |
| parent | 5c8bbc3bc618068af1f7d6f2829c4346570c2ab9 (diff) | |
bunch o stuff
Diffstat (limited to 'src/gui/base.h')
| -rw-r--r-- | src/gui/base.h | 1 |
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{}; |
