diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-01-21 06:59:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 06:59:13 -0600 |
commit | 0db23bc215000bbad41968ba5a650e55f86ceb71 (patch) | |
tree | 2d42133425d9f4bd20b04b80d506668318ee9283 /include/option_menu.h | |
parent | 8a60952fc01ada92e029be488481a29da32f47eb (diff) | |
parent | e0fbd5daad0646c77d1f587d2763bc707df5d417 (diff) |
Merge pull request #164 from DizzyEggg/decompile_option_menu
Decompile option menu
Diffstat (limited to 'include/option_menu.h')
-rw-r--r-- | include/option_menu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/option_menu.h b/include/option_menu.h new file mode 100644 index 000000000..b23a73c4c --- /dev/null +++ b/include/option_menu.h @@ -0,0 +1,6 @@ +#ifndef GUARD_OPTION_MENU_H +#define GUARD_OPTION_MENU_H + +void CB2_InitOptionMenu(void); + +#endif // GUARD_OPTION_MENU_H |