Moving cards through stacks.

This commit is contained in:
Murilo Soares Pereira
2010-04-22 01:50:19 -03:00
parent 7b39ec5cc6
commit 202b316719
5 changed files with 112 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ int main(int argc, const char *argv[]) {
if (cursor_on_stock(cursor)) {
handle_stock_event();
} else {
/*handle_card_event();*/
handle_card_movement(cursor);
}
break;
case 'q':