6 lines
219 B
C
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); |