X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmenu.h;h=588bfb98ce04e3cddc9eb326c0ded1319e4d6f88;hb=ee2a3bdfa5a969ea9446b2d08748f16e29bbd4d5;hp=430f0022e01adf7a899e0ce1e9db13a6a50c008d;hpb=0d9bf4fcda2bf375a1fabd4a42e244701b8a185f;p=picodrive.git diff --git a/platform/common/menu.h b/platform/common/menu.h index 430f002..588bfb9 100644 --- a/platform/common/menu.h +++ b/platform/common/menu.h @@ -153,6 +153,7 @@ extern me_bind_action me_ctrl_actions[15]; extern me_bind_action emuctrl_actions[]; // platform code void menu_init(void); +void menu_plat_setup(int is_wiz); void text_out16(int x, int y, const char *texto, ...); void me_update_msg(const char *msg);