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 */