tty-solitaire/lib
Murilo Soares Pereira 84383a3275 Fixed length().
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 length(). 2010-04-04 21:20:38 -03:00
stack.h Added pop() and function prototypes. 2010-04-04 21:20:37 -03:00