tty-solitaire/lib
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