Added waste pile structure.

This commit is contained in:
Murilo Soares Pereira
2010-04-09 00:12:06 -03:00
parent e6a8651fb2
commit db469c318d
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
struct deck {
struct stack *stock;
struct stack *waste_pile;
struct stack *foundation_0;
struct stack *foundation_1;