2019-08-15 21:16:48 +01:00
|
|
|
#pragma once
|
|
|
|
|
2019-08-16 15:13:58 +01:00
|
|
|
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);
|