debug bgm player, sound code refactoring
[libpicofe.git] / gp2x / menu.h
index 727f46a..7561d34 100644 (file)
@@ -1,14 +1,12 @@
-// (c) Copyright 2006 notaz, All rights reserved.\r
+// (c) Copyright 2006,2007 notaz, All rights reserved.\r
 // Free for non-commercial use.\r
 \r
 // For commercial use, separate licencing terms must be obtained.\r
 \r
-extern char menuErrorMsg[40];\r
-\r
-void gp2x_text_out8  (int x, int y, const char *texto, ...);\r
-void gp2x_text_out15 (int x, int y, const char *text);\r
-void gp2x_text_out8_2(int x, int y, const char *texto, int color);\r
 void menu_loop(void);\r
+int  menu_loop_tray(void);\r
+void menu_romload_prepare(const char *rom_name);\r
+void menu_romload_end(void);\r
 \r
 #define CONFIGURABLE_KEYS \\r
        (GP2X_UP|GP2X_DOWN|GP2X_LEFT|GP2X_RIGHT|GP2X_A|GP2X_B|GP2X_X|GP2X_Y| \\r