Can now add lines to ui and draw.

This commit is contained in:
Sheldon Lee
2020-07-09 23:58:17 +01:00
parent 41db31e121
commit 3df203c588
4 changed files with 31 additions and 12 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
#ifndef UI_H
#define UI_H
void initUI();
//void startUI();
void addLinei(char* msg, int* var);
void drawUI();
void endUI();
#endif