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
8173aaa7ff
tty-solitaire
/
lib
History
Murilo Soares Pereira
8173aaa7ff
Fixed empty() to use the new initialize_stack(), and pop().
2010-04-04 21:20:38 -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
Added initial draw functions.
2010-04-03 16:34:45 -03:00
frame.c
We need to malloc() the size of the structure, not the pointer.
2010-04-04 21:00:36 -03:00
frame.h
Modularization started.
2010-04-01 02:28:00 -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