summaryrefslogtreecommitdiff
path: root/include/menu.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-09-20 23:37:59 -0400
committerGitHub <noreply@github.com>2017-09-20 23:37:59 -0400
commited9e0e20547e2c96833cddea67c6b423ef7af7ef (patch)
treee9666a04c3fd57eedd27a341a94fcf57150fd822 /include/menu.h
parent40c1e81d03f4e4fc21675564ca5b879a577a399e (diff)
parent27903a102b3b99da6fb8f0a18957598bff65b428 (diff)
Merge pull request #37 from PikalaxALT/berry_fix_program
Berry fix program
Diffstat (limited to 'include/menu.h')
-rw-r--r--include/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h
index c8aafcb30..9a23401e0 100644
--- a/include/menu.h
+++ b/include/menu.h
@@ -15,4 +15,6 @@ struct MenuAction2
void (*func)(u8);
};
+void box_print(u8, u8, u8, u8, const void *, s8, const u8 *);
+
#endif // GUARD_MENU_H