Started in ui.

This commit is contained in:
Sheldon Lee
2020-07-09 01:26:08 +01:00
parent 41ee67b718
commit 41db31e121
2 changed files with 33 additions and 0 deletions
+4
View File
@@ -1,6 +1,10 @@
#ifndef UI_H
#define UI_H
void initUI();
void addLinei(char* msg, int* var);
void drawUI();
#endif