11 lines
103 B
C
11 lines
103 B
C
#ifndef UI_H
|
|
#define UI_H
|
|
|
|
void initUI();
|
|
|
|
void addLinei(char* msg, int* var);
|
|
|
|
void drawUI();
|
|
|
|
#endif
|