Spice up Console Info menu

This commit is contained in:
Such Meme, Many Skill
2019-12-16 23:31:29 +01:00
parent 2e61413627
commit 472c0e293a
3 changed files with 25 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
#include "te.h"
#include "fs.h"
#define SWAPCOLOR(color) gfx_printf("%k", color)
#define RESETCOLOR gfx_printf("%k%K", COLOR_WHITE, COLOR_DEFAULT)
int makemenu(menu_item menu[], int menuamount);
int message(char* message, u32 color);
void clearscreen();