X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmenu.h;h=7561d345c172c56d425b0fbd810163aaf1958be2;hb=67dfdf5fa6bdd5f923d7d181aaaa79b784792782;hp=8c9e29b3f4bedf62219903ab83da1f949d5f15ef;hpb=b9f8cb3d6d8d0b5965fab83a27fc356a56442ddb;p=libpicofe.git diff --git a/gp2x/menu.h b/gp2x/menu.h index 8c9e29b..7561d34 100644 --- a/gp2x/menu.h +++ b/gp2x/menu.h @@ -1,13 +1,8 @@ -// (c) Copyright 2006 notaz, All rights reserved. +// (c) Copyright 2006,2007 notaz, All rights reserved. // Free for non-commercial use. // For commercial use, separate licencing terms must be obtained. -extern char menuErrorMsg[40]; - -void gp2x_text_out8 (int x, int y, const char *texto, ...); -void gp2x_text_out15 (int x, int y, const char *text); -void gp2x_text_out8_2(int x, int y, const char *texto, int color); void menu_loop(void); int menu_loop_tray(void); void menu_romload_prepare(const char *rom_name);