aboutsummaryrefslogtreecommitdiff
path: root/src/movesets.h
blob: a02d171f3b20e60ffd68c10f85f8cced8d8aeb8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MOVESETS_H
#define MOVESETS_H

#include "alg.h"

void init_moveset(Moveset *);
void init_movesets();

extern Moveset moveset_HTM;
extern Moveset moveset_URF;
extern Moveset moveset_eofb;
extern Moveset moveset_drud;
extern Moveset moveset_htr;

#endif

Generated with cgit - Back to sebastiano.tronto.net