(Attempt at) Implement restoring bis
1 switch was harmed in the making of this commit
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "te.h"
|
||||
#include "fs.h"
|
||||
#include "../gfx/gfx.h"
|
||||
|
||||
#define SWAPCOLOR(color) gfx_printf("%k", color)
|
||||
#define SWAPBGCOLOR(color) gfx_printf("%K", color)
|
||||
@@ -13,3 +14,4 @@ int makefilemenu(fs_entry *files, int amount, char *path);
|
||||
void printbytes(u8 print[], u32 size, u32 offset);
|
||||
int makewaitmenu(char *initialmessage, char *hiddenmessage, int timer);
|
||||
void gfx_print_length(int size, char *toprint);
|
||||
int makewaitmenunoclear(char *initialmessage, char *hiddenmessage, int timer);
|
||||
Reference in New Issue
Block a user