1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01: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
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);