#ifndef AI_H #define AI_H #include "entry.h" void ai_play_turn(struct action_params_t *); #endif /* AI_H */