summaryrefslogtreecommitdiff
path: root/ai.h
blob: 070527d1eee02b04df887ebe4808959877d96970 (plain)
1
2
3
4
5
6
7
8
#ifndef AI_H
#define AI_H

#include "entry.h"

void ai_play_turn(struct action_params_t *);

#endif /* AI_H */