FasterARK/src/ui.h

3 lines
83 B
C

void uiInit();
void updateUi(char* msg);
void displayMsg(char* title, char* msg);