diff options
author | Roberto Esteves <contact@robertoesteves.dev> | 2025-07-28 09:05:23 -0300 |
---|---|---|
committer | Roberto Esteves <contact@robertoesteves.dev> | 2025-07-28 09:05:23 -0300 |
commit | 72163dc50dde4e07d9d4a17e872a302190fab0bc (patch) | |
tree | 9e550af0a411fdfe2badac6b7c7edbb7a767d9f1 /library/ui.c |
Diffstat (limited to 'library/ui.c')
-rw-r--r-- | library/ui.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/ui.c b/library/ui.c new file mode 100644 index 0000000..213fb57 --- /dev/null +++ b/library/ui.c @@ -0,0 +1,3 @@ +typedef struct { + Tree tree; +} UIContext; |