tty-solitaire/lib
2010-04-22 01:50:19 -03:00
..
card.c Moved code into 'game' and 'util', removed unnecessary headers. 2010-04-12 23:42:21 -03:00
card.h Added functions to cover and expose cards. 2010-04-11 17:15:34 -03:00
cursor.c Erasing stacks when empty. Also moved some event-related code to the keyboard object. 2010-04-21 04:14:39 -03:00
cursor.h Moving cards through stacks. 2010-04-22 01:50:19 -03:00
deck.c Moved code into 'game' and 'util', removed unnecessary headers. 2010-04-12 23:42:21 -03:00
deck.h Moving cards through stacks. 2010-04-22 01:50:19 -03:00
display.c Erasing stacks when empty. Also moved some event-related code to the keyboard object. 2010-04-21 04:14:39 -03:00
display.h Erasing stacks when empty. Also moved some event-related code to the keyboard object. 2010-04-21 04:14:39 -03:00
frame.c The 'height' and 'width' fields aren't necessary. 2010-04-11 17:15:36 -03:00
frame.h The 'height' and 'width' fields aren't necessary. 2010-04-11 17:15:36 -03:00
game.c Erasing stacks when empty. Also moved some event-related code to the keyboard object. 2010-04-21 04:14:39 -03:00
game.h Erasing stacks when empty. Also moved some event-related code to the keyboard object. 2010-04-21 04:14:39 -03:00
keyboard.c Moving cards through stacks. 2010-04-22 01:50:19 -03:00
keyboard.h Moving cards through stacks. 2010-04-22 01:50:19 -03:00
stack.c Erasing stacks when empty. Also moved some event-related code to the keyboard object. 2010-04-21 04:14:39 -03:00
stack.h Erasing stacks when empty. Also moved some event-related code to the keyboard object. 2010-04-21 04:14:39 -03:00
util.c Erasing stacks when empty. Also moved some event-related code to the keyboard object. 2010-04-21 04:14:39 -03:00
util.h Broke some functions into smaller pieces, added the initial keyboard interface. 2010-04-13 01:07:06 -03:00