fonts, buffer aligment, save progress
[libpicofe.git] / gp2x / menu.h
index 197500e..727f46a 100644 (file)
@@ -5,9 +5,9 @@
 \r
 extern char menuErrorMsg[40];\r
 \r
-void gp2x_text_out8  (int x, int y, char *texto, ...);\r
-void gp2x_text_out15 (int x, int y, char *text);\r
-void gp2x_text_out8_2(int x, int y, char *texto, int color);\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
 \r
 #define CONFIGURABLE_KEYS \\r