summaryrefslogtreecommitdiff
path: root/include/start_menu.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-09-09 12:06:15 -0500
committerGitHub <noreply@github.com>2017-09-09 12:06:15 -0500
commiteb280768a48eba5332468b463aab962e1eafb18e (patch)
tree8cc165f2f24f7b09823ab43a91a281ef22b7f6a3 /include/start_menu.h
parent675bdb52508deb085813588203baa7cd9c9de24c (diff)
parent10a525d5a072892d2e94c2cf31d5abc9197cae20 (diff)
Merge pull request #23 from DizzyEggg/clean_up2
Splitting, labelling, decomp
Diffstat (limited to 'include/start_menu.h')
-rw-r--r--include/start_menu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/start_menu.h b/include/start_menu.h
new file mode 100644
index 000000000..6c7cb3237
--- /dev/null
+++ b/include/start_menu.h
@@ -0,0 +1,6 @@
+#ifndef GUARD_START_MENU_H
+#define GUARD_START_MENU_H
+
+void AppendToList(u8* list, u8* pos, u8 newEntry);
+
+#endif // GUARD_START_MENU_H