This website requires JavaScript.
Explore
Help
Sign In
maride
/
tty-solitaire
Watch
1
Star
0
Fork
0
You've already forked tty-solitaire
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f01a7c236c
tty-solitaire
/
lib
History
Murilo Soares Pereira
f01a7c236c
display.h now includes the card header.
2010-04-04 21:44:31 -03:00
..
card.c
We need to malloc() the size of the structure, not the pointer.
2010-04-04 21:00:36 -03:00
card.h
Removed GUI related code from card code.
2010-04-03 01:22:13 -03:00
display.c
We need to malloc() the size of the structure, not the pointer.
2010-04-04 21:00:36 -03:00
display.h
display.h now includes the card header.
2010-04-04 21:44:31 -03:00
frame.c
initialize_frame() isn't needed, newwin() takes care of it.
2010-04-04 21:20:39 -03:00
frame.h
initialize_frame() isn't needed, newwin() takes care of it.
2010-04-04 21:20:39 -03:00
stack.c
Fixed empty() to use the new initialize_stack(), and pop().
2010-04-04 21:20:38 -03:00
stack.h
Fixed empty() to use the new initialize_stack(), and pop().
2010-04-04 21:20:38 -03:00