#ifndef UI_H #define UI_H void initUI(); void addLinei(char* msg, int* var); void drawUI(); #endif