This website requires JavaScript.
Explore
Help
Sign In
sheldonmlee
/
ncurses-gameoflife
Watch
1
Star
0
Fork
0
You've already forked ncurses-gameoflife
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
41db31e121
ncurses-gameoflife
/
ui.h
11 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
Started on ui.
2020-07-08 07:30:37 +08:00
#
ifndef UI_H
#
define UI_H
Started in ui.
2020-07-09 08:26:08 +08:00
void
initUI
(
)
;
Started on ui.
2020-07-08 07:30:37 +08:00
Started in ui.
2020-07-09 08:26:08 +08:00
void
addLinei
(
char
*
msg
,
int
*
var
)
;
void
drawUI
(
)
;
Started on ui.
2020-07-08 07:30:37 +08:00
#
endif
Reference in New Issue
Copy Permalink