Added file copying/moving/deleting
Also added sd failure messages This probably needs a lot of cleanup
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
int fileexplorergui(char *items[], unsigned int *muhbits, const char path[], int folderamount);
|
||||
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);
|
||||
Reference in New Issue
Block a user