mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 15:18:05 -04:00
fonts, buffer aligment, save progress
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@51 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
3294e5d90b
commit
0805b5b478
9 changed files with 331 additions and 121 deletions
|
@ -5,9 +5,9 @@
|
|||
|
||||
extern char menuErrorMsg[40];
|
||||
|
||||
void gp2x_text_out8 (int x, int y, char *texto, ...);
|
||||
void gp2x_text_out15 (int x, int y, char *text);
|
||||
void gp2x_text_out8_2(int x, int y, char *texto, int color);
|
||||
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);
|
||||
|
||||
#define CONFIGURABLE_KEYS \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue