Expanded move_t type with QUIT and added MOVECOUNT
This commit is contained in:
parent
7bbd877fb5
commit
2d11458586
4 changed files with 16 additions and 3 deletions
4
types.h
4
types.h
|
|
@ -5,8 +5,10 @@
|
|||
#include "config.h"
|
||||
|
||||
typedef enum {
|
||||
QUIT=0,
|
||||
PUT,
|
||||
POP
|
||||
POP,
|
||||
MOVECOUNT
|
||||
} move_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue