mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2025-01-26 11:13:14 -03:00
10 lines
No EOL
334 B
C
10 lines
No EOL
334 B
C
#pragma once
|
|
#include "te.h"
|
|
#include "fs.h"
|
|
|
|
int makemenu(menu_item menu[], int menuamount);
|
|
int message(char* message, u32 color);
|
|
void clearscreen();
|
|
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); |