diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-27 09:48:16 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-27 09:48:16 -0400 |
commit | 08c23fb1c483ffcf7c17b8ac061ad4ff77318625 (patch) | |
tree | 65bfdd399541ebd4f558614fd566aa92cfb94422 /include/menu.h | |
parent | 41cc0382a43161c0c66ddaf73742ecec8dcbdcc6 (diff) | |
parent | 06b6cada0ddedc62063171703ba6607019751a9a (diff) |
Merge branch 'master' into field_tasks
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 4 |
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 |