Files
ncurses-gameoflife/ui.h
T
2020-07-09 01:26:08 +01:00

11 lines
103 B
C

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