Wtf was that.
This commit is contained in:
parent
daf0b4809f
commit
276a4137bc
16
lib/deck.h
16
lib/deck.h
@ -3,22 +3,6 @@
|
|||||||
|
|
||||||
#include "stack.h"
|
#include "stack.h"
|
||||||
|
|
||||||
enum stack_name {
|
|
||||||
STOCK,
|
|
||||||
WASTE_PILE,
|
|
||||||
FOUNDATION_0,
|
|
||||||
FOUNDATION_1,
|
|
||||||
FOUNDATION_2,
|
|
||||||
FOUNDATION_3,
|
|
||||||
MANEUVRE_0,
|
|
||||||
MANEUVRE_1,
|
|
||||||
MANEUVRE_2,
|
|
||||||
MANEUVRE_3,
|
|
||||||
MANEUVRE_4,
|
|
||||||
MANEUVRE_5,
|
|
||||||
MANEUVRE_6
|
|
||||||
};
|
|
||||||
|
|
||||||
struct deck {
|
struct deck {
|
||||||
struct stack *stock;
|
struct stack *stock;
|
||||||
struct stack *waste_pile;
|
struct stack *waste_pile;
|
||||||
|
Loading…
Reference in New Issue
Block a user