mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
debug menu unified, more debug tools
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@545 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4b811a8abe
commit
b846453101
9 changed files with 212 additions and 168 deletions
|
@ -6,6 +6,7 @@ void text_out16(int x, int y, const char *texto, ...);
|
|||
void smalltext_out16(int x, int y, const char *texto, int color);
|
||||
void smalltext_out16_lim(int x, int y, const char *texto, int color, int max);
|
||||
void menu_draw_selection(int x, int y, int w);
|
||||
void debug_menu_loop(void);
|
||||
|
||||
extern char menuErrorMsg[64];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue