Expanded move_t type with QUIT and added MOVECOUNT

This commit is contained in:
AnnaSnoeijs 2025-06-06 21:31:59 +02:00
parent 7bbd877fb5
commit 2d11458586
4 changed files with 16 additions and 3 deletions

View file

@ -5,8 +5,10 @@
#include "config.h"
typedef enum {
QUIT=0,
PUT,
POP
POP,
MOVECOUNT
} move_t;
typedef struct {