some skinning capabilities
[libpicofe.git] / gp2x / menu.h
index 8c9e29b..62ec051 100644 (file)
@@ -1,13 +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_init(void);\r
+void text_out16(int x, int y, const char *texto, ...);\r
 void menu_loop(void);\r
 int  menu_loop_tray(void);\r
 void menu_romload_prepare(const char *rom_name);\r