1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 13:11:54 +00:00
TegraExplorer/source/meme/graphics.h
Such Meme, Many Skill d65eaedb14 Added file copying/moving/deleting
Also added sd failure messages

This probably needs a lot of cleanup
2019-08-16 16:13:58 +02:00

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);