mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 21:51:48 +00:00
9 lines
No EOL
262 B
C
9 lines
No EOL
262 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); |