13 lines
121 B
C
13 lines
121 B
C
#ifndef UI_H
|
|
#define UI_H
|
|
|
|
//void startUI();
|
|
|
|
void addLinei(char* msg, int* var);
|
|
|
|
void drawUI();
|
|
|
|
void endUI();
|
|
|
|
#endif
|