Removed all move_t stuff because it was not implemented and anything other than putting got broken in the previous commit
This commit is contained in:
parent
8810175693
commit
355c79bac4
7 changed files with 39 additions and 156 deletions
7
types.h
7
types.h
|
|
@ -4,13 +4,6 @@
|
|||
#include <stdint.h>
|
||||
#include "config.h"
|
||||
|
||||
typedef enum {
|
||||
QUIT=0,
|
||||
PUT,
|
||||
POP,
|
||||
MOVECOUNT
|
||||
} move_t;
|
||||
|
||||
typedef int column_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue