aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/uimenu.internal.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2023-12-14 13:35:09 -0600
committerLibravatar bigfoot547 <[email protected]>2023-12-14 13:35:09 -0600
commitdd9d3ba0973e672dec2a8eadbc75f47e5792b92e (patch)
tree02f5dc32cfe9db93c538f8e46755a76df83d27bb /src/ui/uimenu.internal.h
parentreadme (diff)
fix readme and some other stuffHEADmaster
Diffstat (limited to 'src/ui/uimenu.internal.h')
-rw-r--r--src/ui/uimenu.internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/uimenu.internal.h b/src/ui/uimenu.internal.h
index 82360f5..f52ba4f 100644
--- a/src/ui/uimenu.internal.h
+++ b/src/ui/uimenu.internal.h
@@ -48,4 +48,6 @@ void uimenu_menu_remove(struct uimenu_item_menu *menu, struct uimenu_item_header
/* frees children */
void uimenu_menu_free(struct uimenu_item_menu *menu);
+
+
#endif /* include guard */