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