]> git.sesse.net Git - stupid/blob - evaluator.h
Initial checkin for move to Git (no prior version history available).
[stupid] / evaluator.h
1 #ifndef _EVALUATOR_H
2 #define _EVALUATOR_H 1
3
4 #include "position.h"
5
6 void init_evaluator(void);
7 int evaluate(const struct position * const p);
8
9 #endif /* !defined(_EVALUATOR_H) */