mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
d65eaedb14
Also added sd failure messages This probably needs a lot of cleanup
6 lines
No EOL
219 B
C
6 lines
No EOL
219 B
C
#pragma once
|
|
|
|
int fileexplorergui(char *items[], unsigned int *muhbits, const char path[], int folderamount);
|
|
void meme_clearscreen();
|
|
int gfx_menulist(int ypos, char *list[], int length);
|
|
int messagebox(char *message); |