summaryrefslogtreecommitdiff
path: root/include/menu.h
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-06-24 18:06:32 +0200
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-06-24 18:24:08 +0200
commitec3fe21936b250b329e58941a47e11afb9b240e0 (patch)
tree31e152c5ff057e44bccaaccd80adb8b0f8e678dd /include/menu.h
parent88bb5b267ee6a0cd93f39bb5eccc866a1b1c870c (diff)
first src changes
Diffstat (limited to 'include/menu.h')
-rw-r--r--include/menu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h
index a6784a553..9eeebce60 100644
--- a/include/menu.h
+++ b/include/menu.h
@@ -91,4 +91,8 @@ void sub_8072DCC(u8);
void sub_8072DDC(u8);
void HandleDestroyMenuCursors(void);
+#if GERMAN
+u8 *de_sub_8073174(u8 *name, const u8 *format);
+#endif
+
#endif // GUARD_MENU_H