1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-10 06:02:01 +00:00
TegraExplorer/source/tegraexplorer/gfx.h

10 lines
334 B
C
Raw Normal View History

#pragma once
#include "te.h"
2019-12-01 00:49:36 +00:00
#include "fs.h"
int makemenu(menu_item menu[], int menuamount);
int message(char* message, u32 color);
2019-12-01 00:49:36 +00:00
void clearscreen();
2019-12-07 20:49:58 +00:00
int makefilemenu(fs_entry *files, int amount, char *path);
2019-12-11 12:18:57 +00:00
void printbytes(u8 print[], u32 size, u32 offset);
int makewaitmenu(char *initialmessage, char *hiddenmessage, int timer);