summaryrefslogtreecommitdiff
path: root/src/structs.h
blob: 643e7f2683d657b21f6a760fa1d7ce6a0d73d057 (plain)
1
2
3
4
5
6
typedef struct {
  int origin;
  int destination;
  int value; // Estimated move value
} Move;