summaryrefslogtreecommitdiff
path: root/include/menu.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-12 16:57:19 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-12 16:57:19 +0200
commitf194481a520a39a1964348011df8deb108f789b7 (patch)
tree3e1cc79ad60c41d3aa945ece7cc8f2bfdcf968be /include/menu.h
parent6edff0dea52389801a093ac6311dd66d01587605 (diff)
splash art
Diffstat (limited to 'include/menu.h')
-rw-r--r--include/menu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h
new file mode 100644
index 0000000..a00e020
--- /dev/null
+++ b/include/menu.h
@@ -0,0 +1,9 @@
+#ifndef INCLUDE_MENU
+#define INCLUDE_MENU
+
+typedef struct t_menu_state
+{
+
+} menu_state;
+
+#endif \ No newline at end of file